#CDB0CF

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

Shades of Lilac #CDB0CF

Tints of Lilac #CDB0CF

Color information

#CDB0CF (or 0xCDB0CF) is unknown color: approx Lilac. HEX triplet: CD, B0 and CF. RGB value is (205,176,207). Sum of RGB (Red+Green+Blue) = 205+176+207=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0CF is #324F30. Grayscale: #BCBCBC. Windows color (decimal): -3297073 or 13611213. OLE color: 13611213.

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

Color convert

RGB205176207-
CMYK0.010.1500.19
HSL296.13º24.41%75.1%-
HSV(B)296.13º14.98%81.18%-
XYZ51.9648.5365.66-
YUV188.2138.61139.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 176 (69.14% from 255) = 29.93%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=34.86%
G=29.93%
B=35.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051762070.010.1500.19296.1324.4175.1
HexCDB0CF1F013128184b
Octal31526031711702345030113
Binary11001101101100001100111111111010011100101000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0CF; }

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

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

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

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

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

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

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

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