#DCEEE7

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

Shades of White Ice #DCEEE7

Tints of White Ice #DCEEE7

Color information

#DCEEE7 (or 0xDCEEE7) is unknown color: approx White Ice. HEX triplet: DC, EE and E7. RGB value is (220,238,231). Sum of RGB (Red+Green+Blue) = 220+238+231=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEE7 is #231118. Grayscale: #E7E7E7. Windows color (decimal): -2298137 or 15199964. OLE color: 15199964.

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

Color convert

RGB220238231-
CMYK0.0800.030.07
HSL156.67º34.62%89.8%-
HSV(B)156.67º7.56%93.33%-
XYZ74.5182.1387.53-
YUV231.82127.54119.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 231 (90.62% from 255) = 33.53%
R=31.93%
G=34.54%
B=33.53%

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
Decimal2202382310.0800.030.07156.6734.6289.8
HexDCEEE780379d235a
Octal3343563471003723543132
Binary1101110011101110111001111000011111100111011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEE7; }

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

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

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

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

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

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

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

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