#D69CCC

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

Shades of Lilac #D69CCC

Tints of Lilac #D69CCC

Color information

#D69CCC (or 0xD69CCC) is unknown color: approx Lilac. HEX triplet: D6, 9C and CC. RGB value is (214,156,204). Sum of RGB (Red+Green+Blue) = 214+156+204=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CCC is #296333. Grayscale: #B2B2B2. Windows color (decimal): -2712372 or 13409494. OLE color: 13409494.

HSL color Cylindrical-coordinate representation of color #D69CCC: hue angle of 310.34º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69CCC is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214156204-
CMYK00.270.050.16
HSL310.34º41.43%72.55%-
HSV(B)310.34º27.1%83.92%-
XYZ50.5242.4362.65-
YUV178.81142.22153.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.28%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=37.28%
G=27.18%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415620400.270.050.16310.3441.4372.55
HexD69CCC01B5101362949
Octal32623431403352046651111
Binary110101101001110011001100011011101100001001101101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CCC; }

 p { color: rgb(214,156,204); }

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

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

 a { background-color: rgb(214,156,204); }

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

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

 span { border-color: rgb(214,156,204); }

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