#DFEBD3

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

Shades of Frostee #DFEBD3

Tints of Frostee #DFEBD3

Color information

#DFEBD3 (or 0xDFEBD3) is unknown color: approx Frostee. HEX triplet: DF, EB and D3. RGB value is (223,235,211). Sum of RGB (Red+Green+Blue) = 223+235+211=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBD3 is #20142C. Grayscale: #E4E4E4. Windows color (decimal): -2102317 or 13888479. OLE color: 13888479.

HSL color Cylindrical-coordinate representation of color #DFEBD3: hue angle of 90º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEBD3 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB223235211-
CMYK0.0500.100.08
HSL90º37.5%87.45%-
HSV(B)90º10.21%92.16%-
XYZ71.979.8173.24-
YUV228.68118.02123.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 211 (82.81% from 255) = 31.54%
R=33.33%
G=35.13%
B=31.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232352110.0500.100.089037.587.45
HexDFEBD350A85a2657
Octal33735332350121013246127
Binary11011111111010111101001110101010100010110101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBD3; }

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

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

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

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

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

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

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

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