#DDDEC3

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

Shades of Frost #DDDEC3

Tints of Frost #DDDEC3

Color information

#DDDEC3 (or 0xDDDEC3) is unknown color: approx Frost. HEX triplet: DD, DE and C3. RGB value is (221,222,195). Sum of RGB (Red+Green+Blue) = 221+222+195=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEC3 is #22213C. Grayscale: #DADADA. Windows color (decimal): -2236733 or 12836573. OLE color: 12836573.

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

Color convert

RGB221222195-
CMYK0.0000.120.13
HSL62.22º29.03%81.76%-
HSV(B)62.22º12.16%87.06%-
XYZ65.7971.5561.97-
YUV218.62114.67129.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 195 (76.56% from 255) = 30.56%
R=34.64%
G=34.80%
B=30.56%

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
Decimal2212221950.0000.120.1362.2229.0381.76
HexDDDEC300CD3e1d52
Octal3353363030014157635122
Binary1101110111011110110000110011001101111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEC3; }

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

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

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

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

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

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

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

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