Html Css Color HEX #DEE8D1 Frostee

📋 copy color: '#DEE8D1'

red 222 ◦ green 232 ◦ blue 209

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

Shades of Frostee #DEE8D1

Tints of Frostee #DEE8D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 31.52%

R = 33.48%
G = 34.99%
B = 31.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#DEE8D1 (or 0xDEE8D1) is known color: Frostee. HEX triplet: DE, E8 and D1. RGB value is (222,232,209). Sum of RGB (Red+Green+Blue) = 222+232+209=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8D1 is #21172E. Grayscale: #E2E2E2. Windows color (decimal): -2168623 or 13756638. OLE color: 13756638.

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

Color convert

RGB 222 232 209 -
CMYK 0.04 0 0.10 0.09
HSL 86.09º 0.33% 0.86% -
HSV(B) 86.09º 0.1% 0.91% -
XYZ 70.49 77.85 71.63 -
YUV 226.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 222 232 209 0.04 0 0.10 0.09 86.09 0.33 0.86
Hex DE E8 D1 4 0 A 9 56 21 56
Octal 336 350 321 4 0 12 11 126 41 126
Binary 11011110 11101000 11010001 100 0 1010 1001 1010110 100001 1010110

Color Harmonies of #DEE8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE8D1

Black with #DEE8D1

Text Example


Text Example

White with #DEE8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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