Html Css Color HEX #DEECD3 Frostee

📋 copy color: '#DEECD3'

red 222 ◦ green 236 ◦ blue 211

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

Shades of Frostee #DEECD3

Tints of Frostee #DEECD3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.28%

 BLUE value IS 211 (82.81% from 255) = 31.54%

R = 33.18%
G = 35.28%
B = 31.54%

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

#DEECD3 (or 0xDEECD3) is known color: Frostee. HEX triplet: DE, EC and D3. RGB value is (222,236,211). Sum of RGB (Red+Green+Blue) = 222+236+211=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECD3 is #21132C. Grayscale: #E5E5E5. Windows color (decimal): -2167597 or 13888734. OLE color: 13888734.

HSL color Cylindrical-coordinate representation of color #DEECD3: hue angle of 93.6º degrees, saturation: 0.4, 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 #DEECD3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 236 211 -
CMYK 0.06 0 0.11 0.07
HSL 93.6º 0.4% 0.88% -
HSV(B) 93.6º 0.11% 0.93% -
XYZ 71.88 80.22 73.32 -
YUV 228.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 222 236 211 0.06 0 0.11 0.07 93.6 0.4 0.88
Hex DE EC D3 6 0 B 7 5E 28 58
Octal 336 354 323 6 0 13 7 136 50 130
Binary 11011110 11101100 11010011 110 0 1011 111 1011110 101000 1011000

Color Harmonies of #DEECD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEECD3

Black with #DEECD3

Text Example


Text Example

White with #DEECD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEECD3; }

 p { color: rgb(222,236,211); }

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

background-color css

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

 a { background-color: rgb(222,236,211); }

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

border-color css

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

 span { border-color: rgb(222,236,211); }

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