#DCC9D7

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

Shades of French Lilac #DCC9D7

Tints of French Lilac #DCC9D7

Color information

#DCC9D7 (or 0xDCC9D7) is unknown color: approx French Lilac. HEX triplet: DC, C9 and D7. RGB value is (220,201,215). Sum of RGB (Red+Green+Blue) = 220+201+215=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9D7 is #233628. Grayscale: #D0D0D0. Windows color (decimal): -2307625 or 14141916. OLE color: 14141916.

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

Color convert

RGB220201215-
CMYK00.090.020.14
HSL315.79º21.35%82.55%-
HSV(B)315.79º8.64%86.27%-
XYZ62.6761.972.93-
YUV208.28131.79136.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 201 (78.91% from 255) = 31.60%
BLUE value IS 215 (84.38% from 255) = 33.81%
R=34.59%
G=31.60%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020121500.090.020.14315.7921.3582.55
HexDCC9D7092E13c1553
Octal33431132701121647425123
Binary11011100110010011101011101001101110100111100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9D7; }

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

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

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

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

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

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

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

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