#DBF2EE

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

Shades of Tranquil #DBF2EE

Tints of Tranquil #DBF2EE

Color information

#DBF2EE (or 0xDBF2EE) is unknown color: approx Tranquil. HEX triplet: DB, F2 and EE. RGB value is (219,242,238). Sum of RGB (Red+Green+Blue) = 219+242+238=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2EE is #240D11. Grayscale: #EAEAEA. Windows color (decimal): -2362642 or 15659739. OLE color: 15659739.

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

Color convert

RGB219242238-
CMYK0.1000.020.05
HSL169.57º46.94%90.39%-
HSV(B)169.57º9.5%94.9%-
XYZ76.484.7493.22-
YUV234.67129.88116.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.33%
GREEN value IS 242 (94.92% from 255) = 34.62%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=31.33%
G=34.62%
B=34.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192422380.1000.020.05169.5746.9490.39
HexDBF2EEA025aa2f5a
Octal3333623561202525257132
Binary1101101111110010111011101010010101101010101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2EE; }

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

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

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

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

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

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

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

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