#DDDEC6

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

Shades of Frost #DDDEC6

Tints of Frost #DDDEC6

Color information

#DDDEC6 (or 0xDDDEC6) is unknown color: approx Frost. HEX triplet: DD, DE and C6. RGB value is (221,222,198). Sum of RGB (Red+Green+Blue) = 221+222+198=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEC6 is #222139. Grayscale: #DBDBDB. Windows color (decimal): -2236730 or 13033181. OLE color: 13033181.

HSL color Cylindrical-coordinate representation of color #DDDEC6: hue angle of 62.5º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDEC6 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221222198-
CMYK0.0000.110.13
HSL62.5º26.67%82.35%-
HSV(B)62.5º10.81%87.06%-
XYZ66.1371.6963.78-
YUV218.96116.17129.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 198 (77.73% from 255) = 30.89%
R=34.48%
G=34.63%
B=30.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221980.0000.110.1362.526.6782.35
HexDDDEC600BD3e1b52
Octal3353363060013157633122
Binary1101110111011110110001100010111101111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEC6; }

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

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

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

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

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

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

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

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