#DFEBE6

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

Shades of White Ice #DFEBE6

Tints of White Ice #DFEBE6

Color information

#DFEBE6 (or 0xDFEBE6) is unknown color: approx White Ice. HEX triplet: DF, EB and E6. RGB value is (223,235,230). Sum of RGB (Red+Green+Blue) = 223+235+230=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBE6 is #201419. Grayscale: #E6E6E6. Windows color (decimal): -2102298 or 15133663. OLE color: 15133663.

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

Color convert

RGB223235230-
CMYK0.0500.020.08
HSL155º23.08%89.8%-
HSV(B)155º5.11%92.16%-
XYZ74.4280.8286.54-
YUV230.84127.52122.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=32.41%
G=34.16%
B=33.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232352300.0500.020.0815523.0889.8
HexDFEBE650289b175a
Octal3373533465021023327132
Binary110111111110101111100110101010100010011011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBE6; }

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

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

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

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

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

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

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

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