#CF9DD3

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

Shades of Lilac #CF9DD3

Tints of Lilac #CF9DD3

Color information

#CF9DD3 (or 0xCF9DD3) is unknown color: approx Lilac. HEX triplet: CF, 9D and D3. RGB value is (207,157,211). Sum of RGB (Red+Green+Blue) = 207+157+211=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF9DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DD3 is #30622C. Grayscale: #B1B1B1. Windows color (decimal): -3170861 or 13868495. OLE color: 13868495.

HSL color Cylindrical-coordinate representation of color #CF9DD3: hue angle of 295.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9DD3 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207157211-
CMYK0.020.2600.17
HSL295.56º38.03%72.16%-
HSV(B)295.56º25.59%82.75%-
XYZ49.5542.0867.14-
YUV178.11146.56148.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 157 (61.72% from 255) = 27.30%
BLUE value IS 211 (82.81% from 255) = 36.70%
R=36%
G=27.30%
B=36.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071572110.020.2600.17295.5638.0372.16
HexCF9DD321A0111282648
Octal31723532323202145046110
Binary11001111100111011101001110110100100011001010001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DD3; }

 p { color: rgb(207,157,211); }

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

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

 a { background-color: rgb(207,157,211); }

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

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

 span { border-color: rgb(207,157,211); }

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