#DBF1EC

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

Shades of Tranquil #DBF1EC

Tints of Tranquil #DBF1EC

Color information

#DBF1EC (or 0xDBF1EC) is unknown color: approx Tranquil. HEX triplet: DB, F1 and EC. RGB value is (219,241,236). Sum of RGB (Red+Green+Blue) = 219+241+236=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1EC is #240E13. Grayscale: #E9E9E9. Windows color (decimal): -2362900 or 15528411. OLE color: 15528411.

HSL color Cylindrical-coordinate representation of color #DBF1EC: hue angle of 166.36º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1EC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB219241236-
CMYK0.0900.020.05
HSL166.36º44%90.2%-
HSV(B)166.36º9.13%94.51%-
XYZ75.8184.0391.58-
YUV233.85129.21117.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.47%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=31.47%
G=34.63%
B=33.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412360.0900.020.05166.364490.2
HexDBF1EC9025a62c5a
Octal3333613541102524654132
Binary1101101111110001111011001001010101101001101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1EC; }

 p { color: rgb(219,241,236); }

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

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

 a { background-color: rgb(219,241,236); }

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

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

 span { border-color: rgb(219,241,236); }

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