#DCEAE8

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

Shades of Tranquil #DCEAE8

Tints of Tranquil #DCEAE8

Color information

#DCEAE8 (or 0xDCEAE8) is unknown color: approx Tranquil. HEX triplet: DC, EA and E8. RGB value is (220,234,232). Sum of RGB (Red+Green+Blue) = 220+234+232=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAE8 is #231517. Grayscale: #E5E5E5. Windows color (decimal): -2299160 or 15264476. OLE color: 15264476.

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

Color convert

RGB220234232-
CMYK0.0600.010.08
HSL171.43º25%89.02%-
HSV(B)171.43º5.98%91.76%-
XYZ73.579.8987.89-
YUV229.59129.36121.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=32.07%
G=34.11%
B=33.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342320.0600.010.08171.432589.02
HexDCEAE86018ab1959
Octal3343523506011025331131
Binary11011100111010101110100011001100010101011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAE8; }

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

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

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

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

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

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

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

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