Html Css Color HEX #DEEECE Frostee

📋 copy color: '#DEEECE'

red 222 ◦ green 238 ◦ blue 206

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

Shades of Frostee #DEEECE

Tints of Frostee #DEEECE

RGB

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

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

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

R = 33.33%
G = 35.74%
B = 30.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DEEECE (or 0xDEEECE) is known color: Frostee. HEX triplet: DE, EE and CE. RGB value is (222,238,206). Sum of RGB (Red+Green+Blue) = 222+238+206=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEECE is #211131. Grayscale: #E5E5E5. Windows color (decimal): -2167090 or 13561566. OLE color: 13561566.

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

Color convert

RGB 222 238 206 -
CMYK 0.07 0 0.13 0.07
HSL 90º 0.48% 0.87% -
HSV(B) 90º 0.13% 0.93% -
XYZ 71.84 81.13 70.27 -
YUV 229.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 222 238 206 0.07 0 0.13 0.07 90 0.48 0.87
Hex DE EE CE 7 0 D 7 5A 30 57
Octal 336 356 316 7 0 15 7 132 60 127
Binary 11011110 11101110 11001110 111 0 1101 111 1011010 110000 1010111

Color Harmonies of #DEEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEECE

Black with #DEEECE

Text Example


Text Example

White with #DEEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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