#CDABCC

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

Shades of Lilac #CDABCC

Tints of Lilac #CDABCC

Color information

#CDABCC (or 0xCDABCC) is unknown color: approx Lilac. HEX triplet: CD, AB and CC. RGB value is (205,171,204). Sum of RGB (Red+Green+Blue) = 205+171+204=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABCC is #325433. Grayscale: #B8B8B8. Windows color (decimal): -3298356 or 13413325. OLE color: 13413325.

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

Color convert

RGB205171204-
CMYK00.170.000.20
HSL301.76º25.37%73.73%-
HSV(B)301.76º16.59%80.39%-
XYZ50.6446.4663.43-
YUV184.93138.76142.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=35.34%
G=29.48%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517120400.170.000.20301.7625.3773.73
HexCDABCC01101412e194a
Octal31525331402102445631112
Binary110011011010101111001100010001010100100101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABCC; }

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

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

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

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

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

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

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

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