#DCF0ED

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

Shades of Tranquil #DCF0ED

Tints of Tranquil #DCF0ED

Color information

#DCF0ED (or 0xDCF0ED) is unknown color: approx Tranquil. HEX triplet: DC, F0 and ED. RGB value is (220,240,237). Sum of RGB (Red+Green+Blue) = 220+240+237=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0ED is #230F12. Grayscale: #E9E9E9. Windows color (decimal): -2297619 or 15593692. OLE color: 15593692.

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

Color convert

RGB220240237-
CMYK0.0800.010.06
HSL171º40%90.2%-
HSV(B)171º8.33%94.12%-
XYZ75.9683.6592.26-
YUV233.68129.87118.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.56%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=31.56%
G=34.43%
B=34.00%

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
Decimal2202402370.0800.010.061714090.2
HexDCF0ED8016ab285a
Octal3343603551001625350132
Binary110111001111000011101101100001110101010111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0ED; }

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

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

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

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

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

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

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

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