#DDDEC7

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

Shades of Frost #DDDEC7

Tints of Frost #DDDEC7

Color information

#DDDEC7 (or 0xDDDEC7) is unknown color: approx Frost. HEX triplet: DD, DE and C7. RGB value is (221,222,199). Sum of RGB (Red+Green+Blue) = 221+222+199=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEC7 is #222138. Grayscale: #DBDBDB. Windows color (decimal): -2236729 or 13098717. OLE color: 13098717.

HSL color Cylindrical-coordinate representation of color #DDDEC7: hue angle of 62.61º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDEC7 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221222199-
CMYK0.0000.100.13
HSL62.61º25.84%82.55%-
HSV(B)62.61º10.36%87.06%-
XYZ66.2571.7464.39-
YUV219.08116.67129.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 199 (78.12% from 255) = 31.00%
R=34.42%
G=34.58%
B=31.00%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221990.0000.100.1362.6125.8482.55
HexDDDEC700AD3f1a53
Octal3353363070012157732123
Binary1101110111011110110001110010101101111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEC7; }

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

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

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

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

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

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

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

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