#DFEBD2

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

Shades of Frostee #DFEBD2

Tints of Frostee #DFEBD2

Color information

#DFEBD2 (or 0xDFEBD2) is unknown color: approx Frostee. HEX triplet: DF, EB and D2. RGB value is (223,235,210). Sum of RGB (Red+Green+Blue) = 223+235+210=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBD2 is #20142D. Grayscale: #E4E4E4. Windows color (decimal): -2102318 or 13822943. OLE color: 13822943.

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

Color convert

RGB223235210-
CMYK0.0500.110.08
HSL88.8º38.46%87.25%-
HSV(B)88.8º10.64%92.16%-
XYZ71.7779.7672.58-
YUV228.56117.52124.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=33.38%
G=35.18%
B=31.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232352100.0500.110.0888.838.4687.25
HexDFEBD250B8592657
Octal33735332250131013146127
Binary11011111111010111101001010101011100010110011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBD2; }

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

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

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

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

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

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

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

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