Html Css Color HEX #DEECD2 Frostee

📋 copy color: '#DEECD2'

red 222 ◦ green 236 ◦ blue 210

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

Shades of Frostee #DEECD2

Tints of Frostee #DEECD2

RGB

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

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

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

R = 33.23%
G = 35.33%
B = 31.44%

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

#DEECD2 (or 0xDEECD2) is known color: Frostee. HEX triplet: DE, EC and D2. RGB value is (222,236,210). Sum of RGB (Red+Green+Blue) = 222+236+210=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECD2 is #21132D. Grayscale: #E4E4E4. Windows color (decimal): -2167598 or 13823198. OLE color: 13823198.

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

Color convert

RGB 222 236 210 -
CMYK 0.06 0 0.11 0.07
HSL 92.31º 0.41% 0.87% -
HSV(B) 92.31º 0.11% 0.93% -
XYZ 71.75 80.17 72.67 -
YUV 228.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 222 236 210 0.06 0 0.11 0.07 92.31 0.41 0.87
Hex DE EC D2 6 0 B 7 5C 29 57
Octal 336 354 322 6 0 13 7 134 51 127
Binary 11011110 11101100 11010010 110 0 1011 111 1011100 101001 1010111

Color Harmonies of #DEECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEECD2

Black with #DEECD2

Text Example


Text Example

White with #DEECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEECD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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