#CBADCA

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

Shades of Lilac #CBADCA

Tints of Lilac #CBADCA

Color information

#CBADCA (or 0xCBADCA) is unknown color: approx Lilac. HEX triplet: CB, AD and CA. RGB value is (203,173,202). Sum of RGB (Red+Green+Blue) = 203+173+202=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADCA is #345235. Grayscale: #B9B9B9. Windows color (decimal): -3428918 or 13282763. OLE color: 13282763.

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

Color convert

RGB203173202-
CMYK00.150.000.20
HSL302º22.39%73.73%-
HSV(B)302º14.78%79.61%-
XYZ50.2346.8562.27-
YUV185.28137.44140.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=35.12%
G=29.93%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317320200.150.000.2030222.3973.73
HexCBADCA0F01412e164a
Octal31325531201702445626112
Binary11001011101011011100101001111010100100101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADCA; }

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

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

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

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

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

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

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

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