#DBB2D1

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

Shades of French Lilac #DBB2D1

Tints of French Lilac #DBB2D1

Color information

#DBB2D1 (or 0xDBB2D1) is unknown color: approx French Lilac. HEX triplet: DB, B2 and D1. RGB value is (219,178,209). Sum of RGB (Red+Green+Blue) = 219+178+209=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2D1 is #244D2E. Grayscale: #C1C1C1. Windows color (decimal): -2379055 or 13742811. OLE color: 13742811.

HSL color Cylindrical-coordinate representation of color #DBB2D1: hue angle of 314.63º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2D1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219178209-
CMYK00.190.050.14
HSL314.63º36.28%77.84%-
HSV(B)314.63º18.72%85.88%-
XYZ56.6451.567.28-
YUV193.79136.58145.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 209 (82.03% from 255) = 34.49%
R=36.14%
G=29.37%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917820900.190.050.14314.6336.2877.84
HexDBB2D10135E13b244e
Octal33326232102351647344116
Binary11011011101100101101000101001110111101001110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2D1; }

 p { color: rgb(219,178,209); }

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

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

 a { background-color: rgb(219,178,209); }

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

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

 span { border-color: rgb(219,178,209); }

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