Html Css Color HEX #DEE5BE Frost

📋 copy color: '#DEE5BE'

red 222 ◦ green 229 ◦ blue 190

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

Shades of Frost #DEE5BE

Tints of Frost #DEE5BE

RGB

 RED value IS 222 (87.11% from 255) = 34.63%

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

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

R = 34.63%
G = 35.73%
B = 29.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#DEE5BE (or 0xDEE5BE) is known color: Frost. HEX triplet: DE, E5 and BE. RGB value is (222,229,190). Sum of RGB (Red+Green+Blue) = 222+229+190=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5BE is #211A41. Grayscale: #DEDEDE. Windows color (decimal): -2169410 or 12510686. OLE color: 12510686.

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

Color convert

RGB 222 229 190 -
CMYK 0.03 0 0.17 0.10
HSL 70.77º 0.43% 0.82% -
HSV(B) 70.77º 0.17% 0.9% -
XYZ 67.44 75.29 59.69 -
YUV 222.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 222 229 190 0.03 0 0.17 0.10 70.77 0.43 0.82
Hex DE E5 BE 3 0 11 A 47 2B 52
Octal 336 345 276 3 0 21 12 107 53 122
Binary 11011110 11100101 10111110 11 0 10001 1010 1000111 101011 1010010

Color Harmonies of #DEE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE5BE

Black with #DEE5BE

Text Example


Text Example

White with #DEE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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