Html Css Color HEX #DEE2BE Frost

📋 copy color: '#DEE2BE'

red 222 ◦ green 226 ◦ blue 190

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

Shades of Frost #DEE2BE

Tints of Frost #DEE2BE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.42%

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

R = 34.8%
G = 35.42%
B = 29.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#DEE2BE (or 0xDEE2BE) is known color: Frost. HEX triplet: DE, E2 and BE. RGB value is (222,226,190). Sum of RGB (Red+Green+Blue) = 222+226+190=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2BE is #211D41. Grayscale: #DCDCDC. Windows color (decimal): -2170178 or 12509918. OLE color: 12509918.

HSL color Cylindrical-coordinate representation of color #DEE2BE: hue angle of 66.67º degrees, saturation: 0.38, 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 #DEE2BE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 190 -
CMYK 0.02 0 0.16 0.11
HSL 66.67º 0.38% 0.82% -
HSV(B) 66.67º 0.16% 0.89% -
XYZ 66.61 73.64 59.42 -
YUV 220.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 222 226 190 0.02 0 0.16 0.11 66.67 0.38 0.82
Hex DE E2 BE 2 0 10 B 43 26 52
Octal 336 342 276 2 0 20 13 103 46 122
Binary 11011110 11100010 10111110 10 0 10000 1011 1000011 100110 1010010

Color Harmonies of #DEE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2BE

Black with #DEE2BE

Text Example


Text Example

White with #DEE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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