#DFEBD5

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

Shades of Frostee #DFEBD5

Tints of Frostee #DFEBD5

Color information

#DFEBD5 (or 0xDFEBD5) is unknown color: approx Frostee. HEX triplet: DF, EB and D5. RGB value is (223,235,213). Sum of RGB (Red+Green+Blue) = 223+235+213=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBD5 is #20142A. Grayscale: #E4E4E4. Windows color (decimal): -2102315 or 14019551. OLE color: 14019551.

HSL color Cylindrical-coordinate representation of color #DFEBD5: hue angle of 92.73º degrees, saturation: 0.35, 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 #DFEBD5 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB223235213-
CMYK0.0500.090.08
HSL92.73º35.48%87.84%-
HSV(B)92.73º9.36%92.16%-
XYZ72.1579.9174.57-
YUV228.9119.02123.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 213 (83.59% from 255) = 31.74%
R=33.23%
G=35.02%
B=31.74%

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
Decimal2232352130.0500.090.0892.7335.4887.84
HexDFEBD550985d2358
Octal33735332550111013543130
Binary11011111111010111101010110101001100010111011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBD5; }

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

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

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

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

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

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

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

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