Html Css Color HEX #DEEED1 Frostee

📋 copy color: '#DEEED1'

red 222 ◦ green 238 ◦ blue 209

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

Shades of Frostee #DEEED1

Tints of Frostee #DEEED1

RGB

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

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

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

R = 33.18%
G = 35.58%
B = 31.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#DEEED1 (or 0xDEEED1) is known color: Frostee. HEX triplet: DE, EE and D1. RGB value is (222,238,209). Sum of RGB (Red+Green+Blue) = 222+238+209=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEED1 is #21112E. Grayscale: #E6E6E6. Windows color (decimal): -2167087 or 13758174. OLE color: 13758174.

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

Color convert

RGB 222 238 209 -
CMYK 0.07 0 0.12 0.07
HSL 93.1º 0.46% 0.88% -
HSV(B) 93.1º 0.12% 0.93% -
XYZ 72.21 81.28 72.2 -
YUV 229.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 222 238 209 0.07 0 0.12 0.07 93.1 0.46 0.88
Hex DE EE D1 7 0 C 7 5D 2E 58
Octal 336 356 321 7 0 14 7 135 56 130
Binary 11011110 11101110 11010001 111 0 1100 111 1011101 101110 1011000

Color Harmonies of #DEEED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEED1

Black with #DEEED1

Text Example


Text Example

White with #DEEED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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