#DCC2D5

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

Shades of French Lilac #DCC2D5

Tints of French Lilac #DCC2D5

Color information

#DCC2D5 (or 0xDCC2D5) is unknown color: approx French Lilac. HEX triplet: DC, C2 and D5. RGB value is (220,194,213). Sum of RGB (Red+Green+Blue) = 220+194+213=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D5 is #233D2A. Grayscale: #CBCBCB. Windows color (decimal): -2309419 or 14009052. OLE color: 14009052.

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

Color convert

RGB220194213-
CMYK00.120.030.14
HSL316.15º27.08%81.18%-
HSV(B)316.15º11.82%86.27%-
XYZ60.8258.671.06-
YUV203.94133.11139.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=35.09%
G=30.94%
B=33.97%

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
Decimal22019421300.120.030.14316.1527.0881.18
HexDCC2D50C3E13c1b51
Octal33430232501431647433121
Binary11011100110000101101010101100111110100111100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2D5; }

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

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

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

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

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

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

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

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