#DDE7BA

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

Shades of Frost #DDE7BA

Tints of Frost #DDE7BA

Color information

#DDE7BA (or 0xDDE7BA) is unknown color: approx Frost. HEX triplet: DD, E7 and BA. RGB value is (221,231,186). Sum of RGB (Red+Green+Blue) = 221+231+186=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7BA is #221845. Grayscale: #DFDFDF. Windows color (decimal): -2234438 or 12249053. OLE color: 12249053.

HSL color Cylindrical-coordinate representation of color #DDE7BA: hue angle of 73.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDE7BA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB221231186-
CMYK0.0400.190.09
HSL73.33º48.39%81.76%-
HSV(B)73.33º19.48%90.59%-
XYZ67.2676.0757.59-
YUV222.88107.19126.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 231 (90.62% from 255) = 36.21%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=34.64%
G=36.21%
B=29.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311860.0400.190.0973.3348.3981.76
HexDDE7BA40139493052
Octal33534727240231111160122
Binary110111011110011110111010100010011100110010011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7BA; }

 p { color: rgb(221,231,186); }

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

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

 a { background-color: rgb(221,231,186); }

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

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

 span { border-color: rgb(221,231,186); }

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