#CBADC8

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

Shades of Lilac #CBADC8

Tints of Lilac #CBADC8

Color information

#CBADC8 (or 0xCBADC8) is unknown color: approx Lilac. HEX triplet: CB, AD and C8. RGB value is (203,173,200). Sum of RGB (Red+Green+Blue) = 203+173+200=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC8 is #345237. Grayscale: #B8B8B8. Windows color (decimal): -3428920 or 13151691. OLE color: 13151691.

HSL color Cylindrical-coordinate representation of color #CBADC8: hue angle of 306º 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 #CBADC8 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB203173200-
CMYK00.150.010.20
HSL306º22.39%73.73%-
HSV(B)306º14.78%79.61%-
XYZ5046.7561.03-
YUV185.05136.44140.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 200 (78.52% from 255) = 34.72%
R=35.24%
G=30.03%
B=34.72%

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
Decimal20317320000.150.010.2030622.3973.73
HexCBADC80F114132164a
Octal31325531001712446226112
Binary11001011101011011100100001111110100100110010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADC8; }

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

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

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

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

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

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

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

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