Html Css Color HEX #DEECCE Frostee

📋 copy color: '#DEECCE'

red 222 ◦ green 236 ◦ blue 206

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

Shades of Frostee #DEECCE

Tints of Frostee #DEECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.02%

R = 33.43%
G = 35.54%
B = 31.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DEECCE (or 0xDEECCE) is known color: Frostee. HEX triplet: DE, EC and CE. RGB value is (222,236,206). Sum of RGB (Red+Green+Blue) = 222+236+206=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECCE is #211331. Grayscale: #E4E4E4. Windows color (decimal): -2167602 or 13561054. OLE color: 13561054.

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

Color convert

RGB 222 236 206 -
CMYK 0.06 0 0.13 0.07
HSL 88º 0.44% 0.87% -
HSV(B) 88º 0.13% 0.93% -
XYZ 71.26 79.98 70.07 -
YUV 228.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 222 236 206 0.06 0 0.13 0.07 88 0.44 0.87
Hex DE EC CE 6 0 D 7 58 2C 57
Octal 336 354 316 6 0 15 7 130 54 127
Binary 11011110 11101100 11001110 110 0 1101 111 1011000 101100 1010111

Color Harmonies of #DEECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEECCE

Black with #DEECCE

Text Example


Text Example

White with #DEECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEECCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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