#DCECE6

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

Shades of White Ice #DCECE6

Tints of White Ice #DCECE6

Color information

#DCECE6 (or 0xDCECE6) is unknown color: approx White Ice. HEX triplet: DC, EC and E6. RGB value is (220,236,230). Sum of RGB (Red+Green+Blue) = 220+236+230=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECE6 is #231319. Grayscale: #E6E6E6. Windows color (decimal): -2298650 or 15133916. OLE color: 15133916.

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

Color convert

RGB220236230-
CMYK0.0700.030.07
HSL157.5º29.63%89.41%-
HSV(B)157.5º6.78%92.55%-
XYZ73.7980.9286.59-
YUV230.53127.7120.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 230 (90.23% from 255) = 33.53%
R=32.07%
G=34.40%
B=33.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202362300.0700.030.07157.529.6389.41
HexDCECE670379e1e59
Octal334354346703723636131
Binary11011100111011001110011011101111110011110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECE6; }

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

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

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

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

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

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

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

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