#DBF1EE

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

Shades of Tranquil #DBF1EE

Tints of Tranquil #DBF1EE

Color information

#DBF1EE (or 0xDBF1EE) is unknown color: approx Tranquil. HEX triplet: DB, F1 and EE. RGB value is (219,241,238). Sum of RGB (Red+Green+Blue) = 219+241+238=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1EE is #240E11. Grayscale: #EAEAEA. Windows color (decimal): -2362898 or 15659483. OLE color: 15659483.

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

Color convert

RGB219241238-
CMYK0.0900.010.05
HSL171.82º44%90.2%-
HSV(B)171.82º9.13%94.51%-
XYZ76.184.1493.12-
YUV234.08130.21117.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.38%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=31.38%
G=34.53%
B=34.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412380.0900.010.05171.824490.2
HexDBF1EE9015ac2c5a
Octal3333613561101525454132
Binary110110111111000111101110100101101101011001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1EE; }

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

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

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

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

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

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

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

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