#DDE6B8

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

Shades of Frost #DDE6B8

Tints of Frost #DDE6B8

Color information

#DDE6B8 (or 0xDDE6B8) is unknown color: approx Frost. HEX triplet: DD, E6 and B8. RGB value is (221,230,184). Sum of RGB (Red+Green+Blue) = 221+230+184=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 184 (72.27% from 255 or 28.98% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6B8 is #221947. Grayscale: #DEDEDE. Windows color (decimal): -2234696 or 12117725. OLE color: 12117725.

HSL color Cylindrical-coordinate representation of color #DDE6B8: hue angle of 71.74º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDE6B8 is Cyan = 0.04, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.10.

Color convert

RGB221230184-
CMYK0.0400.20.10
HSL71.74º47.92%81.18%-
HSV(B)71.74º20%90.2%-
XYZ66.7775.4356.39-
YUV222.06106.52127.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 230 (90.23% from 255) = 36.22%
BLUE value IS 184 (72.27% from 255) = 28.98%
R=34.80%
G=36.22%
B=28.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212301840.0400.20.1071.7447.9281.18
HexDDE6B84014A483051
Octal33534627040241211060121
Binary110111011110011010111000100010100101010010001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6B8; }

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

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

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

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

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

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

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

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