#DCC2D7

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

Shades of French Lilac #DCC2D7

Tints of French Lilac #DCC2D7

Color information

#DCC2D7 (or 0xDCC2D7) is unknown color: approx French Lilac. HEX triplet: DC, C2 and D7. RGB value is (220,194,215). Sum of RGB (Red+Green+Blue) = 220+194+215=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D7 is #233D28. Grayscale: #CCCCCC. Windows color (decimal): -2309417 or 14140124. OLE color: 14140124.

HSL color Cylindrical-coordinate representation of color #DCC2D7: hue angle of 311.54º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2D7 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220194215-
CMYK00.120.020.14
HSL311.54º27.08%81.18%-
HSV(B)311.54º11.82%86.27%-
XYZ61.0758.7172.4-
YUV204.17134.11139.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 194 (76.17% from 255) = 30.84%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=34.98%
G=30.84%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019421500.120.020.14311.5427.0881.18
HexDCC2D70C2E1381b51
Octal33430232701421647033121
Binary11011100110000101101011101100101110100111000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2D7; }

 p { color: rgb(220,194,215); }

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

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

 a { background-color: rgb(220,194,215); }

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

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

 span { border-color: rgb(220,194,215); }

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