#DDF1C7

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

Shades of Frostee #DDF1C7

Tints of Frostee #DDF1C7

Color information

#DDF1C7 (or 0xDDF1C7) is unknown color: approx Frostee. HEX triplet: DD, F1 and C7. RGB value is (221,241,199). Sum of RGB (Red+Green+Blue) = 221+241+199=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1C7 is #220E38. Grayscale: #E6E6E6. Windows color (decimal): -2231865 or 13103581. OLE color: 13103581.

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

Color convert

RGB221241199-
CMYK0.0800.170.05
HSL88.57º60%86.27%-
HSV(B)88.57º17.43%94.51%-
XYZ71.5882.4166.17-
YUV230.23110.37121.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 241 (94.53% from 255) = 36.46%
BLUE value IS 199 (78.12% from 255) = 30.11%
R=33.43%
G=36.46%
B=30.11%

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
Decimal2212411990.0800.170.0588.576086.27
HexDDF1C780115593c56
Octal33536130710021513174126
Binary110111011111000111000111100001000110110110011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1C7; }

 p { color: rgb(221,241,199); }

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

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

 a { background-color: rgb(221,241,199); }

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

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

 span { border-color: rgb(221,241,199); }

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