#CDAFC9

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

Shades of Lilac #CDAFC9

Tints of Lilac #CDAFC9

Color information

#CDAFC9 (or 0xCDAFC9) is unknown color: approx Lilac. HEX triplet: CD, AF and C9. RGB value is (205,175,201). Sum of RGB (Red+Green+Blue) = 205+175+201=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFC9 is #325036. Grayscale: #BABABA. Windows color (decimal): -3297335 or 13217741. OLE color: 13217741.

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

Color convert

RGB205175201-
CMYK00.150.020.20
HSL308º23.08%74.51%-
HSV(B)308º14.63%80.39%-
XYZ51.0547.8661.8-
YUV186.93135.94140.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=35.28%
G=30.12%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517520100.150.020.2030823.0874.51
HexCDAFC90F214134174b
Octal31525731101722446427113
Binary110011011010111111001001011111010100100110100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFC9; }

 p { color: rgb(205,175,201); }

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

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

 a { background-color: rgb(205,175,201); }

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

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

 span { border-color: rgb(205,175,201); }

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