#DCF6F2

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

Shades of Tranquil #DCF6F2

Tints of Tranquil #DCF6F2

Color information

#DCF6F2 (or 0xDCF6F2) is unknown color: approx Tranquil. HEX triplet: DC, F6 and F2. RGB value is (220,246,242). Sum of RGB (Red+Green+Blue) = 220+246+242=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6F2 is #23090D. Grayscale: #EDEDED. Windows color (decimal): -2296078 or 15922908. OLE color: 15922908.

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

Color convert

RGB220246242-
CMYK0.1100.020.04
HSL170.77º59.09%91.37%-
HSV(B)170.77º10.57%96.47%-
XYZ78.587.5496.76-
YUV237.77130.39115.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.07%
GREEN value IS 246 (96.48% from 255) = 34.75%
BLUE value IS 242 (94.92% from 255) = 34.18%
R=31.07%
G=34.75%
B=34.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202462420.1100.020.04170.7759.0991.37
HexDCF6F2B024ab3b5b
Octal3343663621302425373133
Binary1101110011110110111100101011010100101010111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6F2; }

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

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

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

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

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

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

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

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