#CBADCE

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

Shades of Lilac #CBADCE

Tints of Lilac #CBADCE

Color information

#CBADCE (or 0xCBADCE) is unknown color: approx Lilac. HEX triplet: CB, AD and CE. RGB value is (203,173,206). Sum of RGB (Red+Green+Blue) = 203+173+206=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADCE is #345231. Grayscale: #B9B9B9. Windows color (decimal): -3428914 or 13544907. OLE color: 13544907.

HSL color Cylindrical-coordinate representation of color #CBADCE: hue angle of 294.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBADCE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203173206-
CMYK0.010.1600.19
HSL294.55º25.19%74.31%-
HSV(B)294.55º16.02%80.78%-
XYZ50.7147.0464.8-
YUV185.73139.44140.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=34.88%
G=29.73%
B=35.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031732060.010.1600.19294.5525.1974.31
HexCBADCE110013127194a
Octal31325531612002344731112
Binary110010111010110111001110110000010011100100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADCE; }

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

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

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

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

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

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

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

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