#CDB1C9

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

Shades of Lilac #CDB1C9

Tints of Lilac #CDB1C9

Color information

#CDB1C9 (or 0xCDB1C9) is unknown color: approx Lilac. HEX triplet: CD, B1 and C9. RGB value is (205,177,201). Sum of RGB (Red+Green+Blue) = 205+177+201=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1C9 is #324E36. Grayscale: #BCBCBC. Windows color (decimal): -3296823 or 13218253. OLE color: 13218253.

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

Color convert

RGB205177201-
CMYK00.140.020.20
HSL308.57º21.88%74.9%-
HSV(B)308.57º13.66%80.39%-
XYZ51.4448.6461.94-
YUV188.11135.28140.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 177 (69.53% from 255) = 30.36%
BLUE value IS 201 (78.91% from 255) = 34.48%
R=35.16%
G=30.36%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517720100.140.020.20308.5721.8874.9
HexCDB1C90E214135164b
Octal31526131101622446526113
Binary110011011011000111001001011101010100100110101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1C9; }

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

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

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

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

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

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

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

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