#DFEBD6

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

Shades of Frostee #DFEBD6

Tints of Frostee #DFEBD6

Color information

#DFEBD6 (or 0xDFEBD6) is unknown color: approx Frostee. HEX triplet: DF, EB and D6. RGB value is (223,235,214). Sum of RGB (Red+Green+Blue) = 223+235+214=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBD6 is #201429. Grayscale: #E5E5E5. Windows color (decimal): -2102314 or 14085087. OLE color: 14085087.

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

Color convert

RGB223235214-
CMYK0.0500.090.08
HSL94.29º34.43%88.04%-
HSV(B)94.29º8.94%92.16%-
XYZ72.2879.9675.24-
YUV229.02119.52123.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 214 (83.98% from 255) = 31.85%
R=33.18%
G=34.97%
B=31.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232352140.0500.090.0894.2934.4388.04
HexDFEBD650985e2258
Octal33735332650111013642130
Binary11011111111010111101011010101001100010111101000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBD6; }

 p { color: rgb(223,235,214); }

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

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

 a { background-color: rgb(223,235,214); }

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

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

 span { border-color: rgb(223,235,214); }

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