#DFEBD4

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

Shades of Frostee #DFEBD4

Tints of Frostee #DFEBD4

Color information

#DFEBD4 (or 0xDFEBD4) is unknown color: approx Frostee. HEX triplet: DF, EB and D4. RGB value is (223,235,212). Sum of RGB (Red+Green+Blue) = 223+235+212=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBD4 is #20142B. Grayscale: #E4E4E4. Windows color (decimal): -2102316 or 13954015. OLE color: 13954015.

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

Color convert

RGB223235212-
CMYK0.0500.100.08
HSL91.3º36.51%87.65%-
HSV(B)91.3º9.79%92.16%-
XYZ72.0279.8673.91-
YUV228.79118.52123.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 212 (83.20% from 255) = 31.64%
R=33.28%
G=35.07%
B=31.64%

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
Decimal2232352120.0500.100.0891.336.5187.65
HexDFEBD450A85b2558
Octal33735332450121013345130
Binary11011111111010111101010010101010100010110111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBD4; }

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

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

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

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

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

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

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

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