#DDE4BF

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

Shades of Frost #DDE4BF

Tints of Frost #DDE4BF

Color information

#DDE4BF (or 0xDDE4BF) is unknown color: approx Frost. HEX triplet: DD, E4 and BF. RGB value is (221,228,191). Sum of RGB (Red+Green+Blue) = 221+228+191=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4BF is #221B40. Grayscale: #DDDDDD. Windows color (decimal): -2235201 or 12575965. OLE color: 12575965.

HSL color Cylindrical-coordinate representation of color #DDE4BF: hue angle of 71.35º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDE4BF is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB221228191-
CMYK0.0300.160.11
HSL71.35º40.66%82.16%-
HSV(B)71.35º16.23%89.41%-
XYZ66.9774.6260.16-
YUV221.69110.68127.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 191 (75% from 255) = 29.84%
R=34.53%
G=35.62%
B=29.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281910.0300.160.1171.3540.6682.16
HexDDE4BF3010B472952
Octal33534427730201310751122
Binary11011101111001001011111111010000101110001111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4BF; }

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

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

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

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

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

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

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

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