#CDB3CC

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

Shades of Lilac #CDB3CC

Tints of Lilac #CDB3CC

Color information

#CDB3CC (or 0xCDB3CC) is unknown color: approx Lilac. HEX triplet: CD, B3 and CC. RGB value is (205,179,204). Sum of RGB (Red+Green+Blue) = 205+179+204=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3CC is #324C33. Grayscale: #BDBDBD. Windows color (decimal): -3296308 or 13415373. OLE color: 13415373.

HSL color Cylindrical-coordinate representation of color #CDB3CC: hue angle of 302.31º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB3CC is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205179204-
CMYK00.130.000.20
HSL302.31º20.63%75.29%-
HSV(B)302.31º12.68%80.39%-
XYZ52.249.5863.95-
YUV189.62136.11138.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=34.86%
G=30.44%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517920400.130.000.20302.3120.6375.29
HexCDB3CC0D01412e154b
Octal31526331401502445625113
Binary11001101101100111100110001101010100100101110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3CC; }

 p { color: rgb(205,179,204); }

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

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

 a { background-color: rgb(205,179,204); }

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

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

 span { border-color: rgb(205,179,204); }

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