#DFF6F1

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

Shades of Tranquil #DFF6F1

Tints of Tranquil #DFF6F1

Color information

#DFF6F1 (or 0xDFF6F1) is unknown color: approx Tranquil. HEX triplet: DF, F6 and F1. RGB value is (223,246,241). Sum of RGB (Red+Green+Blue) = 223+246+241=710 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.41% from 710); Green value is 246 (96.48% from 255 or 34.65% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF6F1 is #20090E. Grayscale: #EEEEEE. Windows color (decimal): -2099471 or 15857375. OLE color: 15857375.

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

Color convert

RGB223246241-
CMYK0.0900.020.04
HSL166.96º56.1%91.96%-
HSV(B)166.96º9.35%96.47%-
XYZ79.2687.9596.02-
YUV238.55129.38116.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.41%
GREEN value IS 246 (96.48% from 255) = 34.65%
BLUE value IS 241 (94.53% from 255) = 33.94%
R=31.41%
G=34.65%
B=33.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232462410.0900.020.04166.9656.191.96
HexDFF6F19024a7385c
Octal3373663611102424770134
Binary1101111111110110111100011001010100101001111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF6F1; }

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

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

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

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

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

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

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

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