#DFF3C9

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

Shades of Frostee #DFF3C9

Tints of Frostee #DFF3C9

Color information

#DFF3C9 (or 0xDFF3C9) is unknown color: approx Frostee. HEX triplet: DF, F3 and C9. RGB value is (223,243,201). Sum of RGB (Red+Green+Blue) = 223+243+201=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 201 (78.91% from 255 or 30.13% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3C9 is #200C36. Grayscale: #E8E8E8. Windows color (decimal): -2100279 or 13235167. OLE color: 13235167.

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

Color convert

RGB223243201-
CMYK0.0800.170.05
HSL88.57º63.64%87.06%-
HSV(B)88.57º17.28%95.29%-
XYZ73.0284.0167.62-
YUV232.23110.37121.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 201 (78.91% from 255) = 30.13%
R=33.43%
G=36.43%
B=30.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232432010.0800.170.0588.5763.6487.06
HexDFF3C980115594057
Octal337363311100215131100127
Binary1101111111110011110010011000010001101101100110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3C9; }

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

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

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

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

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

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

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

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