#DDDEC4

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

Shades of Frost #DDDEC4

Tints of Frost #DDDEC4

Color information

#DDDEC4 (or 0xDDDEC4) is unknown color: approx Frost. HEX triplet: DD, DE and C4. RGB value is (221,222,196). Sum of RGB (Red+Green+Blue) = 221+222+196=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEC4 is #22213B. Grayscale: #DADADA. Windows color (decimal): -2236732 or 12902109. OLE color: 12902109.

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

Color convert

RGB221222196-
CMYK0.0000.120.13
HSL62.31º28.26%81.96%-
HSV(B)62.31º11.71%87.06%-
XYZ65.971.662.57-
YUV218.74115.17129.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=34.59%
G=34.74%
B=30.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221960.0000.120.1362.3128.2681.96
HexDDDEC400CD3e1c52
Octal3353363040014157634122
Binary1101110111011110110001000011001101111110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEC4; }

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

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

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

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

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

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

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

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