#DEEFCA

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

Shades of Frostee #DEEFCA

Tints of Frostee #DEEFCA

Color information

#DEEFCA (or 0xDEEFCA) is unknown color: approx Frostee. HEX triplet: DE, EF and CA. RGB value is (222,239,202). Sum of RGB (Red+Green+Blue) = 222+239+202=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFCA is #211035. Grayscale: #E5E5E5. Windows color (decimal): -2166838 or 13299678. OLE color: 13299678.

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

Color convert

RGB222239202-
CMYK0.0700.150.06
HSL87.57º53.62%86.47%-
HSV(B)87.57º15.48%93.73%-
XYZ71.6581.5367.84-
YUV229.7112.37122.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.48%
GREEN value IS 239 (93.75% from 255) = 36.05%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=33.48%
G=36.05%
B=30.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222392020.0700.150.0687.5753.6286.47
HexDEEFCA70F6583656
Octal3363573127017613066126
Binary1101111011101111110010101110111111010110001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFCA; }

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

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

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

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

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

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

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

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