Html Css Color HEX #DBE4BE Frost

📋 copy color: '#DBE4BE'

red 219 ◦ green 228 ◦ blue 190

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

Shades of Frost #DBE4BE

Tints of Frost #DBE4BE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.79%

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

R = 34.38%
G = 35.79%
B = 29.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#DBE4BE (or 0xDBE4BE) is known color: Frost. HEX triplet: DB, E4 and BE. RGB value is (219,228,190). Sum of RGB (Red+Green+Blue) = 219+228+190=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4BE is #241B41. Grayscale: #DDDDDD. Windows color (decimal): -2366274 or 12510427. OLE color: 12510427.

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

Color convert

RGB 219 228 190 -
CMYK 0.04 0 0.17 0.11
HSL 74.21º 0.41% 0.82% -
HSV(B) 74.21º 0.17% 0.89% -
XYZ 66.25 74.26 59.56 -
YUV 220.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 219 228 190 0.04 0 0.17 0.11 74.21 0.41 0.82
Hex DB E4 BE 4 0 11 B 4A 29 52
Octal 333 344 276 4 0 21 13 112 51 122
Binary 11011011 11100100 10111110 100 0 10001 1011 1001010 101001 1010010

Color Harmonies of #DBE4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4BE

Black with #DBE4BE

Text Example


Text Example

White with #DBE4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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