Html Css Color HEX #DBE5BE Frost

📋 copy color: '#DBE5BE'

red 219 ◦ green 229 ◦ blue 190

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

Shades of Frost #DBE5BE

Tints of Frost #DBE5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.89%

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

R = 34.33%
G = 35.89%
B = 29.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#DBE5BE (or 0xDBE5BE) is known color: Frost. HEX triplet: DB, E5 and BE. RGB value is (219,229,190). Sum of RGB (Red+Green+Blue) = 219+229+190=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5BE is #241A41. Grayscale: #DDDDDD. Windows color (decimal): -2366018 or 12510683. OLE color: 12510683.

HSL color Cylindrical-coordinate representation of color #DBE5BE: hue angle of 75.38º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBE5BE is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 190 -
CMYK 0.04 0 0.17 0.10
HSL 75.38º 0.43% 0.82% -
HSV(B) 75.38º 0.17% 0.9% -
XYZ 66.53 74.82 59.65 -
YUV 221.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 219 229 190 0.04 0 0.17 0.10 75.38 0.43 0.82
Hex DB E5 BE 4 0 11 A 4B 2B 52
Octal 333 345 276 4 0 21 12 113 53 122
Binary 11011011 11100101 10111110 100 0 10001 1010 1001011 101011 1010010

Color Harmonies of #DBE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5BE

Black with #DBE5BE

Text Example


Text Example

White with #DBE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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