#DCEAE6

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

Shades of Tranquil #DCEAE6

Tints of Tranquil #DCEAE6

Color information

#DCEAE6 (or 0xDCEAE6) is unknown color: approx Tranquil. HEX triplet: DC, EA and E6. RGB value is (220,234,230). Sum of RGB (Red+Green+Blue) = 220+234+230=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAE6 is #231519. Grayscale: #E5E5E5. Windows color (decimal): -2299162 or 15133404. OLE color: 15133404.

HSL color Cylindrical-coordinate representation of color #DCEAE6: hue angle of 162.86º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEAE6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB220234230-
CMYK0.0600.020.08
HSL162.86º25%89.02%-
HSV(B)162.86º5.98%91.76%-
XYZ73.2279.7786.4-
YUV229.36128.36121.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 230 (90.23% from 255) = 33.63%
R=32.16%
G=34.21%
B=33.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342300.0600.020.08162.862589.02
HexDCEAE66028a31959
Octal3343523466021024331131
Binary110111001110101011100110110010100010100011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAE6; }

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

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

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

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

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

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

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

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