#D69CCB

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

Shades of Lilac #D69CCB

Tints of Lilac #D69CCB

Color information

#D69CCB (or 0xD69CCB) is unknown color: approx Lilac. HEX triplet: D6, 9C and CB. RGB value is (214,156,203). Sum of RGB (Red+Green+Blue) = 214+156+203=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CCB is #296334. Grayscale: #B2B2B2. Windows color (decimal): -2712373 or 13343958. OLE color: 13343958.

HSL color Cylindrical-coordinate representation of color #D69CCB: hue angle of 311.38º 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 #D69CCB is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214156203-
CMYK00.270.050.16
HSL311.38º41.43%72.55%-
HSV(B)311.38º27.1%83.92%-
XYZ50.442.3862.02-
YUV178.7141.72153.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 156 (61.33% from 255) = 27.23%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=37.35%
G=27.23%
B=35.43%

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
Decimal21415620300.270.050.16311.3841.4372.55
HexD69CCB01B5101372949
Octal32623431303352046751111
Binary110101101001110011001011011011101100001001101111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CCB; }

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

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

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

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

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

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

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

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