#DCC2D6

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

Shades of French Lilac #DCC2D6

Tints of French Lilac #DCC2D6

Color information

#DCC2D6 (or 0xDCC2D6) is unknown color: approx French Lilac. HEX triplet: DC, C2 and D6. RGB value is (220,194,214). Sum of RGB (Red+Green+Blue) = 220+194+214=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D6 is #233D29. Grayscale: #CBCBCB. Windows color (decimal): -2309418 or 14074588. OLE color: 14074588.

HSL color Cylindrical-coordinate representation of color #DCC2D6: hue angle of 313.85º 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 #DCC2D6 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220194214-
CMYK00.120.030.14
HSL313.85º27.08%81.18%-
HSV(B)313.85º11.82%86.27%-
XYZ60.9458.6571.73-
YUV204.05133.61139.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 214 (83.98% from 255) = 34.08%
R=35.03%
G=30.89%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019421400.120.030.14313.8527.0881.18
HexDCC2D60C3E13a1b51
Octal33430232601431647233121
Binary11011100110000101101011001100111110100111010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2D6; }

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

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

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

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

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

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

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

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