#DCBFD4

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

Shades of French Lilac #DCBFD4

Tints of French Lilac #DCBFD4

Color information

#DCBFD4 (or 0xDCBFD4) is unknown color: approx French Lilac. HEX triplet: DC, BF and D4. RGB value is (220,191,212). Sum of RGB (Red+Green+Blue) = 220+191+212=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFD4 is #23402B. Grayscale: #CACACA. Windows color (decimal): -2310188 or 13942748. OLE color: 13942748.

HSL color Cylindrical-coordinate representation of color #DCBFD4: hue angle of 316.55º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCBFD4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220191212-
CMYK00.130.040.14
HSL316.55º29.29%80.59%-
HSV(B)316.55º13.18%86.27%-
XYZ60.0357.2370.17-
YUV202.06133.61140.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=35.31%
G=30.66%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019121200.130.040.14316.5529.2980.59
HexDCBFD40D4E13d1d51
Octal33427732401541647535121
Binary110111001011111111010100011011001110100111101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFD4; }

 p { color: rgb(220,191,212); }

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

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

 a { background-color: rgb(220,191,212); }

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

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

 span { border-color: rgb(220,191,212); }

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