#CDA6CE

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

Shades of Lilac #CDA6CE

Tints of Lilac #CDA6CE

Color information

#CDA6CE (or 0xCDA6CE) is unknown color: approx Lilac. HEX triplet: CD, A6 and CE. RGB value is (205,166,206). Sum of RGB (Red+Green+Blue) = 205+166+206=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6CE is #325931. Grayscale: #B6B6B6. Windows color (decimal): -3299634 or 13543117. OLE color: 13543117.

HSL color Cylindrical-coordinate representation of color #CDA6CE: hue angle of 298.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA6CE is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205166206-
CMYK0.000.1900.19
HSL298.5º28.99%72.94%-
HSV(B)298.5º19.42%80.78%-
XYZ49.9544.7164.39-
YUV182.22141.42144.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 166 (65.23% from 255) = 28.77%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=35.53%
G=28.77%
B=35.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051662060.000.1900.19298.528.9972.94
HexCDA6CE01301312a1d49
Octal31524631602302345235111
Binary110011011010011011001110010011010011100101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6CE; }

 p { color: rgb(205,166,206); }

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

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

 a { background-color: rgb(205,166,206); }

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

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

 span { border-color: rgb(205,166,206); }

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