#DBF7F2

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

Shades of Tranquil #DBF7F2

Tints of Tranquil #DBF7F2

Color information

#DBF7F2 (or 0xDBF7F2) is unknown color: approx Tranquil. HEX triplet: DB, F7 and F2. RGB value is (219,247,242). Sum of RGB (Red+Green+Blue) = 219+247+242=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 247 (96.88% from 255 or 34.89% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF7F2 is #24080D. Grayscale: #EEEEEE. Windows color (decimal): -2361358 or 15923163. OLE color: 15923163.

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

Color convert

RGB219247242-
CMYK0.1100.020.03
HSL169.29º63.64%91.37%-
HSV(B)169.29º11.34%96.86%-
XYZ78.587.9996.85-
YUV238.06130.22114.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.93%
GREEN value IS 247 (96.88% from 255) = 34.89%
BLUE value IS 242 (94.92% from 255) = 34.18%
R=30.93%
G=34.89%
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.03
SystemRedGreenBlueCMYKHSL
Decimal2192472420.1100.020.03169.2963.6491.37
HexDBF7F2B023a9405b
Octal33336736213023251100133
Binary1101101111110111111100101011010111010100110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF7F2; }

 p { color: rgb(219,247,242); }

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

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

 a { background-color: rgb(219,247,242); }

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

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

 span { border-color: rgb(219,247,242); }

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