#CDACD0

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

Shades of Lilac #CDACD0

Tints of Lilac #CDACD0

Color information

#CDACD0 (or 0xCDACD0) is unknown color: approx Lilac. HEX triplet: CD, AC and D0. RGB value is (205,172,208). Sum of RGB (Red+Green+Blue) = 205+172+208=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACD0 is #32532F. Grayscale: #B9B9B9. Windows color (decimal): -3298096 or 13675725. OLE color: 13675725.

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

Color convert

RGB205172208-
CMYK0.010.1700.18
HSL295º27.69%74.51%-
HSV(B)295º17.31%81.57%-
XYZ51.3147.0466.05-
YUV185.97140.43141.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=35.04%
G=29.40%
B=35.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051722080.010.1700.1829527.6974.51
HexCDACD01110121271c4b
Octal31525432012102244734113
Binary110011011010110011010000110001010010100100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACD0; }

 p { color: rgb(205,172,208); }

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

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

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

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

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

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

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