#DFECE6

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

Shades of White Ice #DFECE6

Tints of White Ice #DFECE6

Color information

#DFECE6 (or 0xDFECE6) is unknown color: approx White Ice. HEX triplet: DF, EC and E6. RGB value is (223,236,230). Sum of RGB (Red+Green+Blue) = 223+236+230=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECE6 is #201319. Grayscale: #E7E7E7. Windows color (decimal): -2102042 or 15133919. OLE color: 15133919.

HSL color Cylindrical-coordinate representation of color #DFECE6: hue angle of 152.31º 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 #DFECE6 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB223236230-
CMYK0.0600.030.07
HSL152.31º25.49%90%-
HSV(B)152.31º5.51%92.55%-
XYZ74.7181.3986.64-
YUV231.43127.19121.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 236 (92.58% from 255) = 34.25%
BLUE value IS 230 (90.23% from 255) = 33.38%
R=32.37%
G=34.25%
B=33.38%

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
Decimal2232362300.0600.030.07152.3125.4990
HexDFECE6603798195a
Octal337354346603723031132
Binary11011111111011001110011011001111110011000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECE6; }

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

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

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

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

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

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

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

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