#DDE9BD

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

Shades of Frost #DDE9BD

Tints of Frost #DDE9BD

Color information

#DDE9BD (or 0xDDE9BD) is unknown color: approx Frost. HEX triplet: DD, E9 and BD. RGB value is (221,233,189). Sum of RGB (Red+Green+Blue) = 221+233+189=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9BD is #221642. Grayscale: #E0E0E0. Windows color (decimal): -2233923 or 12446173. OLE color: 12446173.

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

Color convert

RGB221233189-
CMYK0.0500.190.09
HSL76.36º50%82.75%-
HSV(B)76.36º18.88%91.37%-
XYZ68.1477.3259.48-
YUV224.4108.02125.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 233 (91.41% from 255) = 36.24%
BLUE value IS 189 (74.22% from 255) = 29.39%
R=34.37%
G=36.24%
B=29.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331890.0500.190.0976.365082.75
HexDDE9BD501394c3253
Octal33535127550231111462123
Binary110111011110100110111101101010011100110011001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9BD; }

 p { color: rgb(221,233,189); }

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

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

 a { background-color: rgb(221,233,189); }

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

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

 span { border-color: rgb(221,233,189); }

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