#DCC7D6

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

Shades of French Lilac #DCC7D6

Tints of French Lilac #DCC7D6

Color information

#DCC7D6 (or 0xDCC7D6) is unknown color: approx French Lilac. HEX triplet: DC, C7 and D6. RGB value is (220,199,214). Sum of RGB (Red+Green+Blue) = 220+199+214=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7D6 is #233829. Grayscale: #CECECE. Windows color (decimal): -2308138 or 14075868. OLE color: 14075868.

HSL color Cylindrical-coordinate representation of color #DCC7D6: hue angle of 317.14º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC7D6 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220199214-
CMYK00.100.030.14
HSL317.14º23.08%82.16%-
HSV(B)317.14º9.55%86.27%-
XYZ62.0860.9272.1-
YUV206.99131.96137.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 199 (78.12% from 255) = 31.44%
BLUE value IS 214 (83.98% from 255) = 33.81%
R=34.76%
G=31.44%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019921400.100.030.14317.1423.0882.16
HexDCC7D60A3E13d1752
Octal33430732601231647527122
Binary11011100110001111101011001010111110100111101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7D6; }

 p { color: rgb(220,199,214); }

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

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

 a { background-color: rgb(220,199,214); }

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

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

 span { border-color: rgb(220,199,214); }

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