Html Css Color HEX #DBE3BE Frost

📋 copy color: '#DBE3BE'

red 219 ◦ green 227 ◦ blue 190

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

Shades of Frost #DBE3BE

Tints of Frost #DBE3BE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.69%

 BLUE value IS 190 (74.61% from 255) = 29.87%

R = 34.43%
G = 35.69%
B = 29.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#DBE3BE (or 0xDBE3BE) is known color: Frost. HEX triplet: DB, E3 and BE. RGB value is (219,227,190). Sum of RGB (Red+Green+Blue) = 219+227+190=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3BE is #241C41. Grayscale: #DCDCDC. Windows color (decimal): -2366530 or 12510171. OLE color: 12510171.

HSL color Cylindrical-coordinate representation of color #DBE3BE: hue angle of 72.97º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBE3BE is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 227 190 -
CMYK 0.04 0 0.16 0.11
HSL 72.97º 0.4% 0.82% -
HSV(B) 72.97º 0.16% 0.89% -
XYZ 65.98 73.72 59.47 -
YUV 220.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 219 227 190 0.04 0 0.16 0.11 72.97 0.4 0.82
Hex DB E3 BE 4 0 10 B 49 28 52
Octal 333 343 276 4 0 20 13 111 50 122
Binary 11011011 11100011 10111110 100 0 10000 1011 1001001 101000 1010010

Color Harmonies of #DBE3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE3BE

Black with #DBE3BE

Text Example


Text Example

White with #DBE3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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