#DFF1CC

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

Shades of Frostee #DFF1CC

Tints of Frostee #DFF1CC

Color information

#DFF1CC (or 0xDFF1CC) is unknown color: approx Frostee. HEX triplet: DF, F1 and CC. RGB value is (223,241,204). Sum of RGB (Red+Green+Blue) = 223+241+204=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1CC is #200E33. Grayscale: #E7E7E7. Windows color (decimal): -2100788 or 13431263. OLE color: 13431263.

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

Color convert

RGB223241204-
CMYK0.0700.150.05
HSL89.19º56.92%87.25%-
HSV(B)89.19º15.35%94.51%-
XYZ72.7982.9669.3-
YUV231.4112.54122.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 204 (80.08% from 255) = 30.54%
R=33.38%
G=36.08%
B=30.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232412040.0700.150.0589.1956.9287.25
HexDFF1CC70F5593957
Octal3373613147017513171127
Binary1101111111110001110011001110111110110110011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1CC; }

 p { color: rgb(223,241,204); }

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

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

 a { background-color: rgb(223,241,204); }

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

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

 span { border-color: rgb(223,241,204); }

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