#DBC3D4

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

Shades of French Lilac #DBC3D4

Tints of French Lilac #DBC3D4

Color information

#DBC3D4 (or 0xDBC3D4) is unknown color: approx French Lilac. HEX triplet: DB, C3 and D4. RGB value is (219,195,212). Sum of RGB (Red+Green+Blue) = 219+195+212=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3D4 is #243C2B. Grayscale: #CCCCCC. Windows color (decimal): -2374700 or 13943771. OLE color: 13943771.

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

Color convert

RGB219195212-
CMYK00.110.030.14
HSL317.5º25%81.18%-
HSV(B)317.5º10.96%85.88%-
XYZ60.6158.8470.45-
YUV204.11132.45138.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 195 (76.56% from 255) = 31.15%
BLUE value IS 212 (83.20% from 255) = 33.87%
R=34.98%
G=31.15%
B=33.87%

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
Decimal21919521200.110.030.14317.52581.18
HexDBC3D40B3E13e1951
Octal33330332401331647631121
Binary11011011110000111101010001011111110100111110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3D4; }

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

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

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

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

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

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

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

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