#DDE8B8

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

Shades of Frost #DDE8B8

Tints of Frost #DDE8B8

Color information

#DDE8B8 (or 0xDDE8B8) is unknown color: approx Frost. HEX triplet: DD, E8 and B8. RGB value is (221,232,184). Sum of RGB (Red+Green+Blue) = 221+232+184=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 232 (91.02% from 255 or 36.42% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8B8 is #221747. Grayscale: #DFDFDF. Windows color (decimal): -2234184 or 12118237. OLE color: 12118237.

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

Color convert

RGB221232184-
CMYK0.0500.210.09
HSL73.75º51.06%81.57%-
HSV(B)73.75º20.69%90.98%-
XYZ67.3376.5556.57-
YUV223.24105.86126.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 232 (91.02% from 255) = 36.42%
BLUE value IS 184 (72.27% from 255) = 28.89%
R=34.69%
G=36.42%
B=28.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321840.0500.210.0973.7551.0681.57
HexDDE8B8501594a3352
Octal33535027050251111263122
Binary110111011110100010111000101010101100110010101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8B8; }

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

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

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

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

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

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

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

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