#CDB2CA

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

Shades of Lilac #CDB2CA

Tints of Lilac #CDB2CA

Color information

#CDB2CA (or 0xCDB2CA) is unknown color: approx Lilac. HEX triplet: CD, B2 and CA. RGB value is (205,178,202). Sum of RGB (Red+Green+Blue) = 205+178+202=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2CA is #324D35. Grayscale: #BCBCBC. Windows color (decimal): -3296566 or 13284045. OLE color: 13284045.

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

Color convert

RGB205178202-
CMYK00.130.010.20
HSL306.67º21.26%75.1%-
HSV(B)306.67º13.17%80.39%-
XYZ51.7649.0862.62-
YUV188.81135.45139.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 178 (69.92% from 255) = 30.43%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=35.04%
G=30.43%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517820200.130.010.20306.6721.2675.1
HexCDB2CA0D114133154b
Octal31526231201512446325113
Binary11001101101100101100101001101110100100110011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2CA; }

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

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

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

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

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

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

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

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