#DDE7BF

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

Shades of Frost #DDE7BF

Tints of Frost #DDE7BF

Color information

#DDE7BF (or 0xDDE7BF) is unknown color: approx Frost. HEX triplet: DD, E7 and BF. RGB value is (221,231,191). Sum of RGB (Red+Green+Blue) = 221+231+191=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7BF is #221840. Grayscale: #DFDFDF. Windows color (decimal): -2234433 or 12576733. OLE color: 12576733.

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

Color convert

RGB221231191-
CMYK0.0400.170.09
HSL75º45.45%82.75%-
HSV(B)75º17.32%90.59%-
XYZ67.876.2960.44-
YUV223.45109.69126.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 231 (90.62% from 255) = 35.93%
BLUE value IS 191 (75% from 255) = 29.70%
R=34.37%
G=35.93%
B=29.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311910.0400.170.097545.4582.75
HexDDE7BF401194b2d53
Octal33534727740211111355123
Binary110111011110011110111111100010001100110010111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7BF; }

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

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

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

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

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

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

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

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