#DFF6F3

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

Shades of Tranquil #DFF6F3

Tints of Tranquil #DFF6F3

Color information

#DFF6F3 (or 0xDFF6F3) is unknown color: approx Tranquil. HEX triplet: DF, F6 and F3. RGB value is (223,246,243). Sum of RGB (Red+Green+Blue) = 223+246+243=712 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.32% from 712); Green value is 246 (96.48% from 255 or 34.55% from 712); Blue value is 243 (95.31% from 255 or 34.13% from 712); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF6F3 is #20090C. Grayscale: #EEEEEE. Windows color (decimal): -2099469 or 15988447. OLE color: 15988447.

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

Color convert

RGB223246243-
CMYK0.0900.010.04
HSL172.17º56.1%91.96%-
HSV(B)172.17º9.35%96.47%-
XYZ79.5688.0797.6-
YUV238.78130.38116.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.32%
GREEN value IS 246 (96.48% from 255) = 34.55%
BLUE value IS 243 (95.31% from 255) = 34.13%
R=31.32%
G=34.55%
B=34.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232462430.0900.010.04172.1756.191.96
HexDFF6F39014ac385c
Octal3373663631101425470134
Binary110111111111011011110011100101100101011001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF6F3; }

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

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

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

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

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

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

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

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