#CDAFCD

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

Shades of Lilac #CDAFCD

Tints of Lilac #CDAFCD

Color information

#CDAFCD (or 0xCDAFCD) is unknown color: approx Lilac. HEX triplet: CD, AF and CD. RGB value is (205,175,205). Sum of RGB (Red+Green+Blue) = 205+175+205=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFCD is #325032. Grayscale: #BBBBBB. Windows color (decimal): -3297331 or 13479885. OLE color: 13479885.

HSL color Cylindrical-coordinate representation of color #CDAFCD: hue angle of 300º 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 #CDAFCD is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205175205-
CMYK00.1500.20
HSL300º23.08%74.51%-
HSV(B)300º14.63%80.39%-
XYZ51.5348.0564.32-
YUV187.39137.94140.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=35.04%
G=29.91%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517520500.1500.2030023.0874.51
HexCDAFCD0F01412c174b
Octal31525731501702445427113
Binary11001101101011111100110101111010100100101100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFCD; }

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

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

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

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

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

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

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

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