#DFEDB8

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

Shades of Frost #DFEDB8

Tints of Frost #DFEDB8

Color information

#DFEDB8 (or 0xDFEDB8) is unknown color: approx Frost. HEX triplet: DF, ED and B8. RGB value is (223,237,184). Sum of RGB (Red+Green+Blue) = 223+237+184=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDB8 is #201247. Grayscale: #E2E2E2. Windows color (decimal): -2101832 or 12119519. OLE color: 12119519.

HSL color Cylindrical-coordinate representation of color #DFEDB8: hue angle of 75.85º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFEDB8 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB223237184-
CMYK0.0600.220.07
HSL75.85º59.55%82.55%-
HSV(B)75.85º22.36%92.94%-
XYZ69.3779.7257.08-
YUV226.77103.86125.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 184 (72.27% from 255) = 28.57%
R=34.63%
G=36.80%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232371840.0600.220.0775.8559.5582.55
HexDFEDB8601674c3c53
Octal3373552706026711474123
Binary11011111111011011011100011001011011110011001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDB8; }

 p { color: rgb(223,237,184); }

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

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

 a { background-color: rgb(223,237,184); }

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

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

 span { border-color: rgb(223,237,184); }

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