#DCEFED

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

Shades of Tranquil #DCEFED

Tints of Tranquil #DCEFED

Color information

#DCEFED (or 0xDCEFED) is unknown color: approx Tranquil. HEX triplet: DC, EF and ED. RGB value is (220,239,237). Sum of RGB (Red+Green+Blue) = 220+239+237=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFED is #231012. Grayscale: #E9E9E9. Windows color (decimal): -2297875 or 15593436. OLE color: 15593436.

HSL color Cylindrical-coordinate representation of color #DCEFED: hue angle of 173.68º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFED is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB220239237-
CMYK0.0800.010.06
HSL173.68º37.25%90%-
HSV(B)173.68º7.95%93.73%-
XYZ75.6783.0692.17-
YUV233.09130.21118.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.61%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 237 (92.97% from 255) = 34.05%
R=31.61%
G=34.34%
B=34.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392370.0800.010.06173.6837.2590
HexDCEFED8016ae255a
Octal3343573551001625645132
Binary110111001110111111101101100001110101011101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFED; }

 p { color: rgb(220,239,237); }

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

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

 a { background-color: rgb(220,239,237); }

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

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

 span { border-color: rgb(220,239,237); }

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