#DCF5EF

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

Shades of Tranquil #DCF5EF

Tints of Tranquil #DCF5EF

Color information

#DCF5EF (or 0xDCF5EF) is unknown color: approx Tranquil. HEX triplet: DC, F5 and EF. RGB value is (220,245,239). Sum of RGB (Red+Green+Blue) = 220+245+239=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF5EF is #230A10. Grayscale: #ECECEC. Windows color (decimal): -2296337 or 15726044. OLE color: 15726044.

HSL color Cylindrical-coordinate representation of color #DCF5EF: hue angle of 165.6º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF5EF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB220245239-
CMYK0.1000.020.04
HSL165.6º55.56%91.18%-
HSV(B)165.6º10.2%96.08%-
XYZ77.7586.7594.31-
YUV236.84129.22115.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.25%
GREEN value IS 245 (96.09% from 255) = 34.80%
BLUE value IS 239 (93.75% from 255) = 33.95%
R=31.25%
G=34.80%
B=33.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202452390.1000.020.04165.655.5691.18
HexDCF5EFA024a6385b
Octal3343653571202424670133
Binary1101110011110101111011111010010100101001101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5EF; }

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

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

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

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

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

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

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

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