Html Css Color HEX #DBBBD2 French Lilac

📋 copy color: '#DBBBD2'

red 219 ◦ green 187 ◦ blue 210

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

Shades of French Lilac #DBBBD2

Tints of French Lilac #DBBBD2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.36%

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

R = 35.55%
G = 30.36%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DBBBD2 (or 0xDBBBD2) is known color: French Lilac. HEX triplet: DB, BB and D2. RGB value is (219,187,210). Sum of RGB (Red+Green+Blue) = 219+187+210=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBD2 is #24442D. Grayscale: #C7C7C7. Windows color (decimal): -2376750 or 13810651. OLE color: 13810651.

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

Color convert

RGB 219 187 210 -
CMYK 0 0.15 0.04 0.14
HSL 316.88º 0.31% 0.8% -
HSV(B) 316.88º 0.15% 0.86% -
XYZ 58.62 55.25 68.55 -
YUV 199.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 219 187 210 0 0.15 0.04 0.14 316.88 0.31 0.8
Hex DB BB D2 0 F 4 E 13D 1F 50
Octal 333 273 322 0 17 4 16 475 37 120
Binary 11011011 10111011 11010010 0 1111 100 1110 100111101 11111 1010000

Color Harmonies of #DBBBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBD2

Black with #DBBBD2

Text Example


Text Example

White with #DBBBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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