#CDB2CF

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

Shades of Lilac #CDB2CF

Tints of Lilac #CDB2CF

Color information

#CDB2CF (or 0xCDB2CF) is unknown color: approx Lilac. HEX triplet: CD, B2 and CF. RGB value is (205,178,207). Sum of RGB (Red+Green+Blue) = 205+178+207=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2CF is #324D30. Grayscale: #BDBDBD. Windows color (decimal): -3296561 or 13611725. OLE color: 13611725.

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

Color convert

RGB205178207-
CMYK0.010.1400.19
HSL295.86º23.2%75.49%-
HSV(B)295.86º14.01%81.18%-
XYZ52.3649.3265.79-
YUV189.38137.95139.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 178 (69.92% from 255) = 30.17%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=34.75%
G=30.17%
B=35.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051782070.010.1400.19295.8623.275.49
HexCDB2CF1E013128174b
Octal31526231711602345027113
Binary11001101101100101100111111110010011100101000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2CF; }

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

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

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

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

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

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

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

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