#DFEFCF

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

Shades of Frostee #DFEFCF

Tints of Frostee #DFEFCF

Color information

#DFEFCF (or 0xDFEFCF) is unknown color: approx Frostee. HEX triplet: DF, EF and CF. RGB value is (223,239,207). Sum of RGB (Red+Green+Blue) = 223+239+207=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFCF is #201030. Grayscale: #E6E6E6. Windows color (decimal): -2101297 or 13627359. OLE color: 13627359.

HSL color Cylindrical-coordinate representation of color #DFEFCF: hue angle of 90º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFEFCF is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB223239207-
CMYK0.0700.130.06
HSL90º50%87.45%-
HSV(B)90º13.39%93.73%-
XYZ72.5681.9371.02-
YUV230.57114.7122.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=33.33%
G=35.72%
B=30.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232392070.0700.130.06905087.45
HexDFEFCF70D65a3257
Octal3373573177015613262127
Binary1101111111101111110011111110110111010110101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFCF; }

 p { color: rgb(223,239,207); }

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

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

 a { background-color: rgb(223,239,207); }

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

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

 span { border-color: rgb(223,239,207); }

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