#DFEABC

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

Shades of Frost #DFEABC

Tints of Frost #DFEABC

Color information

#DFEABC (or 0xDFEABC) is unknown color: approx Frost. HEX triplet: DF, EA and BC. RGB value is (223,234,188). Sum of RGB (Red+Green+Blue) = 223+234+188=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEABC is #201543. Grayscale: #E1E1E1. Windows color (decimal): -2102596 or 12380895. OLE color: 12380895.

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

Color convert

RGB223234188-
CMYK0.0500.200.08
HSL74.35º52.27%82.75%-
HSV(B)74.35º19.66%91.76%-
XYZ68.9378.1659.03-
YUV225.47106.86126.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 188 (73.83% from 255) = 29.15%
R=34.57%
G=36.28%
B=29.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232341880.0500.200.0874.3552.2782.75
HexDFEABC501484a3453
Octal33735227450241011264123
Binary110111111110101010111100101010100100010010101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEABC; }

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

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

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

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

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

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

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

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