Html Css Color HEX #DEE7D8 Frostee

📋 copy color: '#DEE7D8'

red 222 ◦ green 231 ◦ blue 216

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

Shades of Frostee #DEE7D8

Tints of Frostee #DEE7D8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.53%

 BLUE value IS 216 (84.77% from 255) = 32.29%

R = 33.18%
G = 34.53%
B = 32.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#DEE7D8 (or 0xDEE7D8) is known color: Frostee. HEX triplet: DE, E7 and D8. RGB value is (222,231,216). Sum of RGB (Red+Green+Blue) = 222+231+216=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7D8 is #211827. Grayscale: #E2E2E2. Windows color (decimal): -2168872 or 14215134. OLE color: 14215134.

HSL color Cylindrical-coordinate representation of color #DEE7D8: hue angle of 96º degrees, saturation: 0.24, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEE7D8 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 231 216 -
CMYK 0.04 0 0.06 0.09
HSL 96º 0.24% 0.88% -
HSV(B) 96º 0.06% 0.91% -
XYZ 71.09 77.64 76.2 -
YUV 226.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 222 231 216 0.04 0 0.06 0.09 96 0.24 0.88
Hex DE E7 D8 4 0 6 9 60 18 58
Octal 336 347 330 4 0 6 11 140 30 130
Binary 11011110 11100111 11011000 100 0 110 1001 1100000 11000 1011000

Color Harmonies of #DEE7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE7D8

Black with #DEE7D8

Text Example


Text Example

White with #DEE7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE7D8; }

 p { color: rgb(222,231,216); }

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

background-color css

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

 a { background-color: rgb(222,231,216); }

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

border-color css

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

 span { border-color: rgb(222,231,216); }

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