#DDE7B8

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

Shades of Frost #DDE7B8

Tints of Frost #DDE7B8

Color information

#DDE7B8 (or 0xDDE7B8) is unknown color: approx Frost. HEX triplet: DD, E7 and B8. RGB value is (221,231,184). Sum of RGB (Red+Green+Blue) = 221+231+184=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7B8 is #221847. Grayscale: #DEDEDE. Windows color (decimal): -2234440 or 12117981. OLE color: 12117981.

HSL color Cylindrical-coordinate representation of color #DDE7B8: hue angle of 72.77º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDE7B8 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB221231184-
CMYK0.0400.200.09
HSL72.77º49.47%81.37%-
HSV(B)72.77º20.35%90.59%-
XYZ67.0575.9856.48-
YUV222.65106.19126.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 231 (90.62% from 255) = 36.32%
BLUE value IS 184 (72.27% from 255) = 28.93%
R=34.75%
G=36.32%
B=28.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311840.0400.200.0972.7749.4781.37
HexDDE7B840149493151
Octal33534727040241111161121
Binary110111011110011110111000100010100100110010011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7B8; }

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

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

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

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

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

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

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

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