#CBAFC9

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

Shades of Lilac #CBAFC9

Tints of Lilac #CBAFC9

Color information

#CBAFC9 (or 0xCBAFC9) is unknown color: approx Lilac. HEX triplet: CB, AF and C9. RGB value is (203,175,201). Sum of RGB (Red+Green+Blue) = 203+175+201=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFC9 is #345036. Grayscale: #BABABA. Windows color (decimal): -3428407 or 13217739. OLE color: 13217739.

HSL color Cylindrical-coordinate representation of color #CBAFC9: hue angle of 304.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFC9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB203175201-
CMYK00.140.010.20
HSL304.29º21.21%74.12%-
HSV(B)304.29º13.79%79.61%-
XYZ50.547.5761.78-
YUV186.34136.28139.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=35.06%
G=30.22%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317520100.140.010.20304.2921.2174.12
HexCBAFC90E114130154a
Octal31325731101612446025112
Binary11001011101011111100100101110110100100110000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFC9; }

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

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

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

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

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

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

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

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