#DDEAB7

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

Shades of Frost #DDEAB7

Tints of Frost #DDEAB7

Color information

#DDEAB7 (or 0xDDEAB7) is unknown color: approx Frost. HEX triplet: DD, EA and B7. RGB value is (221,234,183). Sum of RGB (Red+Green+Blue) = 221+234+183=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 183 (71.88% from 255 or 28.68% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAB7 is #221548. Grayscale: #E0E0E0. Windows color (decimal): -2233673 or 12053213. OLE color: 12053213.

HSL color Cylindrical-coordinate representation of color #DDEAB7: hue angle of 75.29º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDEAB7 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB221234183-
CMYK0.0600.220.08
HSL75.29º54.84%81.76%-
HSV(B)75.29º21.79%91.76%-
XYZ67.7977.6456.21-
YUV224.3104.69125.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 183 (71.88% from 255) = 28.68%
R=34.64%
G=36.68%
B=28.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341830.0600.220.0875.2954.8481.76
HexDDEAB7601684b3752
Octal33535226760261011367122
Binary110111011110101010110111110010110100010010111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAB7; }

 p { color: rgb(221,234,183); }

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

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

 a { background-color: rgb(221,234,183); }

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

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

 span { border-color: rgb(221,234,183); }

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