#DCE9E7

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

Shades of Tranquil #DCE9E7

Tints of Tranquil #DCE9E7

Color information

#DCE9E7 (or 0xDCE9E7) is unknown color: approx Tranquil. HEX triplet: DC, E9 and E7. RGB value is (220,233,231). Sum of RGB (Red+Green+Blue) = 220+233+231=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9E7 is #231618. Grayscale: #E4E4E4. Windows color (decimal): -2299417 or 15198684. OLE color: 15198684.

HSL color Cylindrical-coordinate representation of color #DCE9E7: hue angle of 170.77º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE9E7 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB220233231-
CMYK0.0600.010.09
HSL170.77º22.81%88.82%-
HSV(B)170.77º5.58%91.37%-
XYZ73.0879.2687.05-
YUV228.88129.19121.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 233 (91.41% from 255) = 34.06%
BLUE value IS 231 (90.62% from 255) = 33.77%
R=32.16%
G=34.06%
B=33.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202332310.0600.010.09170.7722.8188.82
HexDCE9E76019ab1759
Octal3343513476011125327131
Binary11011100111010011110011111001100110101011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9E7; }

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

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

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

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

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

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

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

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