#DDF3C9

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

Shades of Frostee #DDF3C9

Tints of Frostee #DDF3C9

Color information

#DDF3C9 (or 0xDDF3C9) is unknown color: approx Frostee. HEX triplet: DD, F3 and C9. RGB value is (221,243,201). Sum of RGB (Red+Green+Blue) = 221+243+201=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3C9 is #220C36. Grayscale: #E7E7E7. Windows color (decimal): -2231351 or 13235165. OLE color: 13235165.

HSL color Cylindrical-coordinate representation of color #DDF3C9: hue angle of 91.43º 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 #DDF3C9 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB221243201-
CMYK0.0900.170.05
HSL91.43º63.64%87.06%-
HSV(B)91.43º17.28%95.29%-
XYZ72.4183.6967.6-
YUV231.63110.71120.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 243 (95.31% from 255) = 36.54%
BLUE value IS 201 (78.91% from 255) = 30.23%
R=33.23%
G=36.54%
B=30.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212432010.0900.170.0591.4363.6487.06
HexDDF3C9901155b4057
Octal335363311110215133100127
Binary1101110111110011110010011001010001101101101110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3C9; }

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

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

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

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

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

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

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

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