#CDB1CA

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

Shades of Lilac #CDB1CA

Tints of Lilac #CDB1CA

Color information

#CDB1CA (or 0xCDB1CA) is unknown color: approx Lilac. HEX triplet: CD, B1 and CA. RGB value is (205,177,202). Sum of RGB (Red+Green+Blue) = 205+177+202=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1CA is #324E35. Grayscale: #BCBCBC. Windows color (decimal): -3296822 or 13283789. OLE color: 13283789.

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

Color convert

RGB205177202-
CMYK00.140.010.20
HSL306.43º21.88%74.9%-
HSV(B)306.43º13.66%80.39%-
XYZ51.5648.6962.56-
YUV188.22135.78139.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=35.10%
G=30.31%
B=34.59%

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
Decimal20517720200.140.010.20306.4321.8874.9
HexCDB1CA0E114132164b
Octal31526131201612446226113
Binary11001101101100011100101001110110100100110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1CA; }

 p { color: rgb(205,177,202); }

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

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

 a { background-color: rgb(205,177,202); }

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

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

 span { border-color: rgb(205,177,202); }

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