#DBC2D4

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

Shades of French Lilac #DBC2D4

Tints of French Lilac #DBC2D4

Color information

#DBC2D4 (or 0xDBC2D4) is unknown color: approx French Lilac. HEX triplet: DB, C2 and D4. RGB value is (219,194,212). Sum of RGB (Red+Green+Blue) = 219+194+212=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2D4 is #243D2B. Grayscale: #CBCBCB. Windows color (decimal): -2374956 or 13943515. OLE color: 13943515.

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

Color convert

RGB219194212-
CMYK00.110.030.14
HSL316.8º25.77%80.98%-
HSV(B)316.8º11.42%85.88%-
XYZ60.3958.470.38-
YUV203.53132.78139.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=35.04%
G=31.04%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919421200.110.030.14316.825.7780.98
HexDBC2D40B3E13d1a51
Octal33330232401331647532121
Binary11011011110000101101010001011111110100111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2D4; }

 p { color: rgb(219,194,212); }

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

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

 a { background-color: rgb(219,194,212); }

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

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

 span { border-color: rgb(219,194,212); }

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