#DDE1C0

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

Shades of Frost #DDE1C0

Tints of Frost #DDE1C0

Color information

#DDE1C0 (or 0xDDE1C0) is unknown color: approx Frost. HEX triplet: DD, E1 and C0. RGB value is (221,225,192). Sum of RGB (Red+Green+Blue) = 221+225+192=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1C0 is #221E3F. Grayscale: #DCDCDC. Windows color (decimal): -2235968 or 12640733. OLE color: 12640733.

HSL color Cylindrical-coordinate representation of color #DDE1C0: hue angle of 67.27º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDE1C0 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB221225192-
CMYK0.0200.150.12
HSL67.27º35.48%81.76%-
HSV(B)67.27º14.67%88.24%-
XYZ66.2673.0360.47-
YUV220.04112.17128.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 225 (88.28% from 255) = 35.27%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=34.64%
G=35.27%
B=30.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251920.0200.150.1267.2735.4881.76
HexDDE1C020FC432352
Octal33534130020171410343122
Binary1101110111100001110000001001111110010000111000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1C0; }

 p { color: rgb(221,225,192); }

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

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

 a { background-color: rgb(221,225,192); }

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

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

 span { border-color: rgb(221,225,192); }

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