Html Css Color HEX #DBB0D2 French Lilac

📋 copy color: '#DBB0D2'

red 219 ◦ green 176 ◦ blue 210

#DBB0D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #DBB0D2

Tints of French Lilac #DBB0D2

RGB

 RED value IS 219 (85.94% from 255) = 36.2%

 GREEN value IS 176 (69.14% from 255) = 29.09%

 BLUE value IS 210 (82.42% from 255) = 34.71%

R = 36.2%
G = 29.09%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DBB0D2 (or 0xDBB0D2) is known color: French Lilac. HEX triplet: DB, B0 and D2. RGB value is (219,176,210). Sum of RGB (Red+Green+Blue) = 219+176+210=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0D2 is #244F2D. Grayscale: #C0C0C0. Windows color (decimal): -2379566 or 13807835. OLE color: 13807835.

HSL color Cylindrical-coordinate representation of color #DBB0D2: hue angle of 312.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0D2 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 210 -
CMYK 0 0.20 0.04 0.14
HSL 312.56º 0.37% 0.77% -
HSV(B) 312.56º 0.2% 0.86% -
XYZ 56.37 50.76 67.8 -
YUV 192.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 219 176 210 0 0.20 0.04 0.14 312.56 0.37 0.77
Hex DB B0 D2 0 14 4 E 139 25 4D
Octal 333 260 322 0 24 4 16 471 45 115
Binary 11011011 10110000 11010010 0 10100 100 1110 100111001 100101 1001101

Color Harmonies of #DBB0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0D2

Black with #DBB0D2

Text Example


Text Example

White with #DBB0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0D2; }

 p { color: rgb(219,176,210); }

 H1.HeaderClassName
 {
   color: #DBB0D2;
 }
 .AnyTagClassName
 {
   color: #DBB0D2;
 }
</style>

background-color css

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

 a { background-color: rgb(219,176,210); }

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

border-color css

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

 span { border-color: rgb(219,176,210); }

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