#DCCDD8

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

Shades of French Lilac #DCCDD8

Tints of French Lilac #DCCDD8

Color information

#DCCDD8 (or 0xDCCDD8) is unknown color: approx French Lilac. HEX triplet: DC, CD and D8. RGB value is (220,205,216). Sum of RGB (Red+Green+Blue) = 220+205+216=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD8 is #233227. Grayscale: #D2D2D2. Windows color (decimal): -2306600 or 14208476. OLE color: 14208476.

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

Color convert

RGB220205216-
CMYK00.070.020.14
HSL316º17.65%83.33%-
HSV(B)316º6.82%86.27%-
XYZ63.7463.8473.93-
YUV210.74130.97134.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=34.32%
G=31.98%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020521600.070.020.1431617.6583.33
HexDCCDD8072E13c1253
Octal3343153300721647422123
Binary1101110011001101110110000111101110100111100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDD8; }

 p { color: rgb(220,205,216); }

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

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

 a { background-color: rgb(220,205,216); }

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

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

 span { border-color: rgb(220,205,216); }

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