Html Css Color HEX #DBBED5 French Lilac

📋 copy color: '#DBBED5'

red 219 ◦ green 190 ◦ blue 213

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

Shades of French Lilac #DBBED5

Tints of French Lilac #DBBED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.24%

R = 35.21%
G = 30.55%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBBED5 (or 0xDBBED5) is known color: French Lilac. HEX triplet: DB, BE and D5. RGB value is (219,190,213). Sum of RGB (Red+Green+Blue) = 219+190+213=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED5 is #24412A. Grayscale: #C9C9C9. Windows color (decimal): -2375979 or 14008027. OLE color: 14008027.

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

Color convert

RGB 219 190 213 -
CMYK 0 0.13 0.03 0.14
HSL 312.41º 0.29% 0.8% -
HSV(B) 312.41º 0.13% 0.86% -
XYZ 59.64 56.69 70.75 -
YUV 201.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 219 190 213 0 0.13 0.03 0.14 312.41 0.29 0.8
Hex DB BE D5 0 D 3 E 138 1D 50
Octal 333 276 325 0 15 3 16 470 35 120
Binary 11011011 10111110 11010101 0 1101 11 1110 100111000 11101 1010000

Color Harmonies of #DBBED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBED5

Black with #DBBED5

Text Example


Text Example

White with #DBBED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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