#DFECB8

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

Shades of Frost #DFECB8

Tints of Frost #DFECB8

Color information

#DFECB8 (or 0xDFECB8) is unknown color: approx Frost. HEX triplet: DF, EC and B8. RGB value is (223,236,184). Sum of RGB (Red+Green+Blue) = 223+236+184=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECB8 is #201347. Grayscale: #E2E2E2. Windows color (decimal): -2102088 or 12119263. OLE color: 12119263.

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

Color convert

RGB223236184-
CMYK0.0600.220.07
HSL75º57.78%82.35%-
HSV(B)75º22.03%92.55%-
XYZ69.0879.1456.98-
YUV226.18104.19125.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 184 (72.27% from 255) = 28.62%
R=34.68%
G=36.70%
B=28.62%

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
Decimal2232361840.0600.220.077557.7882.35
HexDFECB8601674b3a52
Octal3373542706026711372122
Binary11011111111011001011100011001011011110010111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECB8; }

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

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

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

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

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

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

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

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