#DCEEE6

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

Shades of White Ice #DCEEE6

Tints of White Ice #DCEEE6

Color information

#DCEEE6 (or 0xDCEEE6) is unknown color: approx White Ice. HEX triplet: DC, EE and E6. RGB value is (220,238,230). Sum of RGB (Red+Green+Blue) = 220+238+230=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEE6 is #231119. Grayscale: #E7E7E7. Windows color (decimal): -2298138 or 15134428. OLE color: 15134428.

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

Color convert

RGB220238230-
CMYK0.0800.030.07
HSL153.33º34.62%89.8%-
HSV(B)153.33º7.56%93.33%-
XYZ74.3782.0886.79-
YUV231.71127.04119.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=31.98%
G=34.59%
B=33.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382300.0800.030.07153.3334.6289.8
HexDCEEE6803799235a
Octal3343563461003723143132
Binary1101110011101110111001101000011111100110011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEE6; }

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

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

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

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

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

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

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

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