#DCF2EF

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

Shades of Tranquil #DCF2EF

Tints of Tranquil #DCF2EF

Color information

#DCF2EF (or 0xDCF2EF) is unknown color: approx Tranquil. HEX triplet: DC, F2 and EF. RGB value is (220,242,239). Sum of RGB (Red+Green+Blue) = 220+242+239=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2EF is #230D10. Grayscale: #EBEBEB. Windows color (decimal): -2297105 or 15725276. OLE color: 15725276.

HSL color Cylindrical-coordinate representation of color #DCF2EF: hue angle of 171.82º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF2EF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB220242239-
CMYK0.0900.010.05
HSL171.82º45.83%90.59%-
HSV(B)171.82º9.09%94.9%-
XYZ76.8584.9594.01-
YUV235.08130.21117.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.38%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 239 (93.75% from 255) = 34.09%
R=31.38%
G=34.52%
B=34.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422390.0900.010.05171.8245.8390.59
HexDCF2EF9015ac2e5b
Octal3343623571101525456133
Binary110111001111001011101111100101101101011001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2EF; }

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

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

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

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

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

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

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

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