#DCF6F1

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

Shades of Tranquil #DCF6F1

Tints of Tranquil #DCF6F1

Color information

#DCF6F1 (or 0xDCF6F1) is unknown color: approx Tranquil. HEX triplet: DC, F6 and F1. RGB value is (220,246,241). Sum of RGB (Red+Green+Blue) = 220+246+241=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6F1 is #23090E. Grayscale: #EDEDED. Windows color (decimal): -2296079 or 15857372. OLE color: 15857372.

HSL color Cylindrical-coordinate representation of color #DCF6F1: hue angle of 168.46º 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 #DCF6F1 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB220246241-
CMYK0.1100.020.04
HSL168.46º59.09%91.37%-
HSV(B)168.46º10.57%96.47%-
XYZ78.3587.4895.97-
YUV237.66129.89115.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.12%
GREEN value IS 246 (96.48% from 255) = 34.79%
BLUE value IS 241 (94.53% from 255) = 34.09%
R=31.12%
G=34.79%
B=34.09%

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
Decimal2202462410.1100.020.04168.4659.0991.37
HexDCF6F1B024a83b5b
Octal3343663611302425073133
Binary1101110011110110111100011011010100101010001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6F1; }

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

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

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

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

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

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

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

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