#DFF0D0

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

Shades of Frostee #DFF0D0

Tints of Frostee #DFF0D0

Color information

#DFF0D0 (or 0xDFF0D0) is unknown color: approx Frostee. HEX triplet: DF, F0 and D0. RGB value is (223,240,208). Sum of RGB (Red+Green+Blue) = 223+240+208=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0D0 is #200F2F. Grayscale: #E7E7E7. Windows color (decimal): -2101040 or 13693151. OLE color: 13693151.

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

Color convert

RGB223240208-
CMYK0.0700.130.06
HSL91.88º51.61%87.84%-
HSV(B)91.88º13.33%94.12%-
XYZ72.9882.5671.76-
YUV231.27114.87122.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 208 (81.64% from 255) = 31.00%
R=33.23%
G=35.77%
B=31.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232402080.0700.130.0691.8851.6187.84
HexDFF0D070D65c3458
Octal3373603207015613464130
Binary1101111111110000110100001110110111010111001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0D0; }

 p { color: rgb(223,240,208); }

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

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

 a { background-color: rgb(223,240,208); }

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

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

 span { border-color: rgb(223,240,208); }

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