Html Css Color HEX #DBBED3 French Lilac

📋 copy color: '#DBBED3'

red 219 ◦ green 190 ◦ blue 211

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

Shades of French Lilac #DBBED3

Tints of French Lilac #DBBED3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.65%

 BLUE value IS 211 (82.81% from 255) = 34.03%

R = 35.32%
G = 30.65%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DBBED3 (or 0xDBBED3) is known color: French Lilac. HEX triplet: DB, BE and D3. RGB value is (219,190,211). Sum of RGB (Red+Green+Blue) = 219+190+211=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED3 is #24412C. Grayscale: #C9C9C9. Windows color (decimal): -2375981 or 13876955. OLE color: 13876955.

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

Color convert

RGB 219 190 211 -
CMYK 0 0.13 0.04 0.14
HSL 316.55º 0.29% 0.8% -
HSV(B) 316.55º 0.13% 0.86% -
XYZ 59.38 56.59 69.42 -
YUV 201.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 219 190 211 0 0.13 0.04 0.14 316.55 0.29 0.8
Hex DB BE D3 0 D 4 E 13D 1D 50
Octal 333 276 323 0 15 4 16 475 35 120
Binary 11011011 10111110 11010011 0 1101 100 1110 100111101 11101 1010000

Color Harmonies of #DBBED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBED3

Black with #DBBED3

Text Example


Text Example

White with #DBBED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBED3; }

 p { color: rgb(219,190,211); }

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

background-color css

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

 a { background-color: rgb(219,190,211); }

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

border-color css

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

 span { border-color: rgb(219,190,211); }

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