#DEEFCE

Color #DEEFCE Frostee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frostee #DEEFCE

Tints of Frostee #DEEFCE

Color information

#DEEFCE (or 0xDEEFCE) is unknown color: approx Frostee. HEX triplet: DE, EF and CE. RGB value is (222,239,206). Sum of RGB (Red+Green+Blue) = 222+239+206=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFCE is #211031. Grayscale: #E6E6E6. Windows color (decimal): -2166834 or 13561822. OLE color: 13561822.

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

Color convert

RGB222239206-
CMYK0.0700.140.06
HSL90.91º50.77%87.25%-
HSV(B)90.91º13.81%93.73%-
XYZ72.1381.7270.36-
YUV230.16114.37122.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.28%
GREEN value IS 239 (93.75% from 255) = 35.83%
BLUE value IS 206 (80.86% from 255) = 30.88%
R=33.28%
G=35.83%
B=30.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222392060.0700.140.0690.9150.7787.25
HexDEEFCE70E65b3357
Octal3363573167016613363127
Binary1101111011101111110011101110111011010110111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFCE; }

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

 H1.HeaderClassName
 {
   color: #DEEFCE;
 }
 .AnyTagClassName
 {
   color: #DEEFCE;
 }
</style>
background-color css

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

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

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

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

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

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