#CD9ACE

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

Shades of Lilac #CD9ACE

Tints of Lilac #CD9ACE

Color information

#CD9ACE (or 0xCD9ACE) is unknown color: approx Lilac. HEX triplet: CD, 9A and CE. RGB value is (205,154,206). Sum of RGB (Red+Green+Blue) = 205+154+206=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9ACE is #326531. Grayscale: #AFAFAF. Windows color (decimal): -3302706 or 13540045. OLE color: 13540045.

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

Color convert

RGB205154206-
CMYK0.000.2500.19
HSL298.85º34.67%70.59%-
HSV(B)298.85º25.24%80.78%-
XYZ47.8740.5563.7-
YUV175.18145.4149.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=36.28%
G=27.26%
B=36.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051542060.000.2500.19298.8534.6770.59
HexCD9ACE01901312b2347
Octal31523231603102345343107
Binary1100110110011010110011100110010100111001010111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9ACE; }

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

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

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

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

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

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

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

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