#CBAFF1

Color #CBAFF1 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CBAFF1

Tints of Perfume #CBAFF1

Color information

#CBAFF1 (or 0xCBAFF1) is unknown color: approx Perfume. HEX triplet: CB, AF and F1. RGB value is (203,175,241). Sum of RGB (Red+Green+Blue) = 203+175+241=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFF1 is #34500E. Grayscale: #BEBEBE. Windows color (decimal): -3428367 or 15839179. OLE color: 15839179.

HSL color Cylindrical-coordinate representation of color #CBAFF1: hue angle of 265.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBAFF1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203175241-
CMYK0.160.2700.05
HSL265.45º70.21%81.57%-
HSV(B)265.45º27.39%94.51%-
XYZ55.8449.7189.87-
YUV190.9156.28136.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=32.79%
G=28.27%
B=38.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031752410.160.2700.05265.4570.2181.57
HexCBAFF1101B051094652
Octal313257361203305411106122
Binary1100101110101111111100011000011011010110000100110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFF1; }

 p { color: rgb(203,175,241); }

 H1.HeaderClassName
 {
   color: #CBAFF1;
 }
 .AnyTagClassName
 {
   color: #CBAFF1;
 }
</style>
background-color css

<style>
 a { background-color: #CBAFF1; }

 a { background-color: rgb(203,175,241); }

 div.DivClassName
 {
   background-color: #CBAFF1;
 }
 .BgClassName
 {
   background-color: #CBAFF1;
 }
</style>
border-color css

<style>
 span { border-color: #CBAFF1; }

 span { border-color: rgb(203,175,241); }

 td.TdClassName
 {
   border-color: #CBAFF1;
 }
 .TagClassName
 {
   border-color: #CBAFF1;
 }
</style>