Html Css Color HEX #DEEDD2 Frostee

📋 copy color: '#DEEDD2'

red 222 ◦ green 237 ◦ blue 210

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

Shades of Frostee #DEEDD2

Tints of Frostee #DEEDD2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.43%

 BLUE value IS 210 (82.42% from 255) = 31.39%

R = 33.18%
G = 35.43%
B = 31.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#DEEDD2 (or 0xDEEDD2) is known color: Frostee. HEX triplet: DE, ED and D2. RGB value is (222,237,210). Sum of RGB (Red+Green+Blue) = 222+237+210=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDD2 is #21122D. Grayscale: #E5E5E5. Windows color (decimal): -2167342 or 13823454. OLE color: 13823454.

HSL color Cylindrical-coordinate representation of color #DEEDD2: hue angle of 93.33º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEEDD2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 237 210 -
CMYK 0.06 0 0.11 0.07
HSL 93.33º 0.43% 0.88% -
HSV(B) 93.33º 0.11% 0.93% -
XYZ 72.04 80.75 72.76 -
YUV 229.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 222 237 210 0.06 0 0.11 0.07 93.33 0.43 0.88
Hex DE ED D2 6 0 B 7 5D 2B 58
Octal 336 355 322 6 0 13 7 135 53 130
Binary 11011110 11101101 11010010 110 0 1011 111 1011101 101011 1011000

Color Harmonies of #DEEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDD2

Black with #DEEDD2

Text Example


Text Example

White with #DEEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEDD2; }

 p { color: rgb(222,237,210); }

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

background-color css

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

 a { background-color: rgb(222,237,210); }

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

border-color css

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

 span { border-color: rgb(222,237,210); }

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