#DFEABF

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

Shades of Frost #DFEABF

Tints of Frost #DFEABF

Color information

#DFEABF (or 0xDFEABF) is unknown color: approx Frost. HEX triplet: DF, EA and BF. RGB value is (223,234,191). Sum of RGB (Red+Green+Blue) = 223+234+191=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEABF is #201540. Grayscale: #E1E1E1. Windows color (decimal): -2102593 or 12577503. OLE color: 12577503.

HSL color Cylindrical-coordinate representation of color #DFEABF: hue angle of 75.35º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFEABF is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB223234191-
CMYK0.0500.180.08
HSL75.35º50.59%83.33%-
HSV(B)75.35º18.38%91.76%-
XYZ69.2678.360.75-
YUV225.81108.36126-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 191 (75% from 255) = 29.48%
R=34.41%
G=36.11%
B=29.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232341910.0500.180.0875.3550.5983.33
HexDFEABF501284b3353
Octal33735227750221011363123
Binary110111111110101010111111101010010100010010111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEABF; }

 p { color: rgb(223,234,191); }

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

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

 a { background-color: rgb(223,234,191); }

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

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

 span { border-color: rgb(223,234,191); }

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