Html Css Color HEX #DBBED4 French Lilac

📋 copy color: '#DBBED4'

red 219 ◦ green 190 ◦ blue 212

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

Shades of French Lilac #DBBED4

Tints of French Lilac #DBBED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.14%

R = 35.27%
G = 30.6%
B = 34.14%

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

#DBBED4 (or 0xDBBED4) is known color: French Lilac. HEX triplet: DB, BE and D4. RGB value is (219,190,212). Sum of RGB (Red+Green+Blue) = 219+190+212=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED4 is #24412B. Grayscale: #C9C9C9. Windows color (decimal): -2375980 or 13942491. OLE color: 13942491.

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

Color convert

RGB 219 190 212 -
CMYK 0 0.13 0.03 0.14
HSL 314.48º 0.29% 0.8% -
HSV(B) 314.48º 0.13% 0.86% -
XYZ 59.51 56.64 70.08 -
YUV 201.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 219 190 212 0 0.13 0.03 0.14 314.48 0.29 0.8
Hex DB BE D4 0 D 3 E 13A 1D 50
Octal 333 276 324 0 15 3 16 472 35 120
Binary 11011011 10111110 11010100 0 1101 11 1110 100111010 11101 1010000

Color Harmonies of #DBBED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBED4

Black with #DBBED4

Text Example


Text Example

White with #DBBED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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