#DFECE5

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

Shades of White Ice #DFECE5

Tints of White Ice #DFECE5

Color information

#DFECE5 (or 0xDFECE5) is unknown color: approx White Ice. HEX triplet: DF, EC and E5. RGB value is (223,236,229). Sum of RGB (Red+Green+Blue) = 223+236+229=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECE5 is #20131A. Grayscale: #E7E7E7. Windows color (decimal): -2102043 or 15068383. OLE color: 15068383.

HSL color Cylindrical-coordinate representation of color #DFECE5: hue angle of 147.69º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFECE5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB223236229-
CMYK0.0600.030.07
HSL147.69º25.49%90%-
HSV(B)147.69º5.51%92.55%-
XYZ74.5781.3485.9-
YUV231.31126.69122.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=32.41%
G=34.30%
B=33.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232362290.0600.030.07147.6925.4990
HexDFECE5603794195a
Octal337354345603722431132
Binary11011111111011001110010111001111110010100110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECE5; }

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

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

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

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

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

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

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

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