#CDB1CB

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

Shades of Lilac #CDB1CB

Tints of Lilac #CDB1CB

Color information

#CDB1CB (or 0xCDB1CB) is unknown color: approx Lilac. HEX triplet: CD, B1 and CB. RGB value is (205,177,203). Sum of RGB (Red+Green+Blue) = 205+177+203=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1CB is #324E34. Grayscale: #BCBCBC. Windows color (decimal): -3296821 or 13349325. OLE color: 13349325.

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

Color convert

RGB205177203-
CMYK00.140.010.20
HSL304.29º21.88%74.9%-
HSV(B)304.29º13.66%80.39%-
XYZ51.6848.7463.18-
YUV188.34136.28139.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 177 (69.53% from 255) = 30.26%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=35.04%
G=30.26%
B=34.70%

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
Decimal20517720300.140.010.20304.2921.8874.9
HexCDB1CB0E114130164b
Octal31526131301612446026113
Binary11001101101100011100101101110110100100110000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1CB; }

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

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

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

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

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

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

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

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