#CDA9CF

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

Shades of Lilac #CDA9CF

Tints of Lilac #CDA9CF

Color information

#CDA9CF (or 0xCDA9CF) is unknown color: approx Lilac. HEX triplet: CD, A9 and CF. RGB value is (205,169,207). Sum of RGB (Red+Green+Blue) = 205+169+207=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9CF is #325630. Grayscale: #B7B7B7. Windows color (decimal): -3298865 or 13609421. OLE color: 13609421.

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

Color convert

RGB205169207-
CMYK0.010.1800.19
HSL296.84º28.36%73.73%-
HSV(B)296.84º18.36%81.18%-
XYZ50.6345.8665.22-
YUV184.1140.93142.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 169 (66.41% from 255) = 29.09%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=35.28%
G=29.09%
B=35.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051692070.010.1800.19296.8428.3673.73
HexCDA9CF1120131291c4a
Octal31525131712202345134112
Binary110011011010100111001111110010010011100101001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9CF; }

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

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

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

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

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

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

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

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