#DFEBE5

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

Shades of White Ice #DFEBE5

Tints of White Ice #DFEBE5

Color information

#DFEBE5 (or 0xDFEBE5) is unknown color: approx White Ice. HEX triplet: DF, EB and E5. RGB value is (223,235,229). Sum of RGB (Red+Green+Blue) = 223+235+229=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBE5 is #20141A. Grayscale: #E6E6E6. Windows color (decimal): -2102299 or 15068127. OLE color: 15068127.

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

Color convert

RGB223235229-
CMYK0.0500.030.08
HSL150º23.08%89.8%-
HSV(B)150º5.11%92.16%-
XYZ74.2880.7685.8-
YUV230.73127.02122.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 229 (89.84% from 255) = 33.33%
R=32.46%
G=34.21%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232352290.0500.030.0815023.0889.8
HexDFEBE5503896175a
Octal3373533455031022627132
Binary110111111110101111100101101011100010010110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBE5; }

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

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

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

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

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

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

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

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