#DFF3C8

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

Shades of Frostee #DFF3C8

Tints of Frostee #DFF3C8

Color information

#DFF3C8 (or 0xDFF3C8) is unknown color: approx Frostee. HEX triplet: DF, F3 and C8. RGB value is (223,243,200). Sum of RGB (Red+Green+Blue) = 223+243+200=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 200 (78.52% from 255 or 30.03% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3C8 is #200C37. Grayscale: #E8E8E8. Windows color (decimal): -2100280 or 13169631. OLE color: 13169631.

HSL color Cylindrical-coordinate representation of color #DFF3C8: hue angle of 87.91º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFF3C8 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB223243200-
CMYK0.0800.180.05
HSL87.91º64.18%86.86%-
HSV(B)87.91º17.7%95.29%-
XYZ72.9183.9667.01-
YUV232.12109.87121.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 200 (78.52% from 255) = 30.03%
R=33.48%
G=36.49%
B=30.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232432000.0800.180.0587.9164.1886.86
HexDFF3C880125584057
Octal337363310100225130100127
Binary1101111111110011110010001000010010101101100010000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3C8; }

 p { color: rgb(223,243,200); }

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

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

 a { background-color: rgb(223,243,200); }

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

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

 span { border-color: rgb(223,243,200); }

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