Html Css Color HEX #DEEDD1 Frostee

📋 copy color: '#DEEDD1'

red 222 ◦ green 237 ◦ blue 209

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

Shades of Frostee #DEEDD1

Tints of Frostee #DEEDD1

RGB

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

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

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

R = 33.23%
G = 35.48%
B = 31.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#DEEDD1 (or 0xDEEDD1) is known color: Frostee. HEX triplet: DE, ED and D1. RGB value is (222,237,209). Sum of RGB (Red+Green+Blue) = 222+237+209=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDD1 is #21122E. Grayscale: #E5E5E5. Windows color (decimal): -2167343 or 13757918. OLE color: 13757918.

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

Color convert

RGB 222 237 209 -
CMYK 0.06 0 0.12 0.07
HSL 92.14º 0.44% 0.87% -
HSV(B) 92.14º 0.12% 0.93% -
XYZ 71.92 80.7 72.11 -
YUV 229.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 222 237 209 0.06 0 0.12 0.07 92.14 0.44 0.87
Hex DE ED D1 6 0 C 7 5C 2C 57
Octal 336 355 321 6 0 14 7 134 54 127
Binary 11011110 11101101 11010001 110 0 1100 111 1011100 101100 1010111

Color Harmonies of #DEEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDD1

Black with #DEEDD1

Text Example


Text Example

White with #DEEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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