Html Css Color HEX #DEE8D3 Frostee

📋 copy color: '#DEE8D3'

red 222 ◦ green 232 ◦ blue 211

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

Shades of Frostee #DEE8D3

Tints of Frostee #DEE8D3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.89%

 BLUE value IS 211 (82.81% from 255) = 31.73%

R = 33.38%
G = 34.89%
B = 31.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#DEE8D3 (or 0xDEE8D3) is known color: Frostee. HEX triplet: DE, E8 and D3. RGB value is (222,232,211). Sum of RGB (Red+Green+Blue) = 222+232+211=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8D3 is #21172C. Grayscale: #E2E2E2. Windows color (decimal): -2168621 or 13887710. OLE color: 13887710.

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

Color convert

RGB 222 232 211 -
CMYK 0.04 0 0.09 0.09
HSL 88.57º 0.31% 0.87% -
HSV(B) 88.57º 0.09% 0.91% -
XYZ 70.74 77.95 72.94 -
YUV 226.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 222 232 211 0.04 0 0.09 0.09 88.57 0.31 0.87
Hex DE E8 D3 4 0 9 9 59 1F 57
Octal 336 350 323 4 0 11 11 131 37 127
Binary 11011110 11101000 11010011 100 0 1001 1001 1011001 11111 1010111

Color Harmonies of #DEE8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE8D3

Black with #DEE8D3

Text Example


Text Example

White with #DEE8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE8D3; }

 p { color: rgb(222,232,211); }

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

background-color css

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

 a { background-color: rgb(222,232,211); }

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

border-color css

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

 span { border-color: rgb(222,232,211); }

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