Html Css Color HEX #DEEED0 Frostee

📋 copy color: '#DEEED0'

red 222 ◦ green 238 ◦ blue 208

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

Shades of Frostee #DEEED0

Tints of Frostee #DEEED0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.63%

 BLUE value IS 208 (81.64% from 255) = 31.14%

R = 33.23%
G = 35.63%
B = 31.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DEEED0 (or 0xDEEED0) is known color: Frostee. HEX triplet: DE, EE and D0. RGB value is (222,238,208). Sum of RGB (Red+Green+Blue) = 222+238+208=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEED0 is #21112F. Grayscale: #E5E5E5. Windows color (decimal): -2167088 or 13692638. OLE color: 13692638.

HSL color Cylindrical-coordinate representation of color #DEEED0: hue angle of 92º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEEED0 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 238 208 -
CMYK 0.07 0 0.13 0.07
HSL 92º 0.47% 0.87% -
HSV(B) 92º 0.13% 0.93% -
XYZ 72.08 81.23 71.55 -
YUV 229.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 222 238 208 0.07 0 0.13 0.07 92 0.47 0.87
Hex DE EE D0 7 0 D 7 5C 2F 57
Octal 336 356 320 7 0 15 7 134 57 127
Binary 11011110 11101110 11010000 111 0 1101 111 1011100 101111 1010111

Color Harmonies of #DEEED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEED0

Black with #DEEED0

Text Example


Text Example

White with #DEEED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEED0; }

 p { color: rgb(222,238,208); }

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

background-color css

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

 a { background-color: rgb(222,238,208); }

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

border-color css

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

 span { border-color: rgb(222,238,208); }

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