#CBADC9

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

Shades of Lilac #CBADC9

Tints of Lilac #CBADC9

Color information

#CBADC9 (or 0xCBADC9) is unknown color: approx Lilac. HEX triplet: CB, AD and C9. RGB value is (203,173,201). Sum of RGB (Red+Green+Blue) = 203+173+201=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC9 is #345236. Grayscale: #B9B9B9. Windows color (decimal): -3428919 or 13217227. OLE color: 13217227.

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

Color convert

RGB203173201-
CMYK00.150.010.20
HSL304º22.39%73.73%-
HSV(B)304º14.78%79.61%-
XYZ50.1146.861.65-
YUV185.16136.94140.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=35.18%
G=29.98%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317320100.150.010.2030422.3973.73
HexCBADC90F114130164a
Octal31325531101712446026112
Binary11001011101011011100100101111110100100110000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADC9; }

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

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

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

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

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

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

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

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