#DDDEC5

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

Shades of Frost #DDDEC5

Tints of Frost #DDDEC5

Color information

#DDDEC5 (or 0xDDDEC5) is unknown color: approx Frost. HEX triplet: DD, DE and C5. RGB value is (221,222,197). Sum of RGB (Red+Green+Blue) = 221+222+197=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEC5 is #22213A. Grayscale: #DADADA. Windows color (decimal): -2236731 or 12967645. OLE color: 12967645.

HSL color Cylindrical-coordinate representation of color #DDDEC5: hue angle of 62.4º 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 #DDDEC5 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221222197-
CMYK0.0000.110.13
HSL62.4º27.47%82.16%-
HSV(B)62.4º11.26%87.06%-
XYZ66.0271.6563.17-
YUV218.85115.67129.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 197 (77.34% from 255) = 30.78%
R=34.53%
G=34.69%
B=30.78%

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
Decimal2212221970.0000.110.1362.427.4782.16
HexDDDEC500BD3e1b52
Octal3353363050013157633122
Binary1101110111011110110001010010111101111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEC5; }

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

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

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

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

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

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

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

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