#CDB1CF

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

Shades of Lilac #CDB1CF

Tints of Lilac #CDB1CF

Color information

#CDB1CF (or 0xCDB1CF) is unknown color: approx Lilac. HEX triplet: CD, B1 and CF. RGB value is (205,177,207). Sum of RGB (Red+Green+Blue) = 205+177+207=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1CF is #324E30. Grayscale: #BCBCBC. Windows color (decimal): -3296817 or 13611469. OLE color: 13611469.

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

Color convert

RGB205177207-
CMYK0.010.1400.19
HSL296º23.81%75.29%-
HSV(B)296º14.49%81.18%-
XYZ52.1648.9365.73-
YUV188.79138.28139.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=34.80%
G=30.05%
B=35.14%

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
Decimal2051772070.010.1400.1929623.8175.29
HexCDB1CF1E013128184b
Octal31526131711602345030113
Binary11001101101100011100111111110010011100101000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1CF; }

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

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

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

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

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

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

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

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