#DBEFEB

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

Shades of Tranquil #DBEFEB

Tints of Tranquil #DBEFEB

Color information

#DBEFEB (or 0xDBEFEB) is unknown color: approx Tranquil. HEX triplet: DB, EF and EB. RGB value is (219,239,235). Sum of RGB (Red+Green+Blue) = 219+239+235=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFEB is #241014. Grayscale: #E8E8E8. Windows color (decimal): -2363413 or 15462363. OLE color: 15462363.

HSL color Cylindrical-coordinate representation of color #DBEFEB: hue angle of 168º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFEB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB219239235-
CMYK0.0800.020.06
HSL168º38.46%89.8%-
HSV(B)168º8.37%93.73%-
XYZ75.0882.7990.62-
YUV232.56129.37118.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.60%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=31.60%
G=34.49%
B=33.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192392350.0800.020.0616838.4689.8
HexDBEFEB8026a8265a
Octal3333573531002625046132
Binary1101101111101111111010111000010110101010001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFEB; }

 p { color: rgb(219,239,235); }

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

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

 a { background-color: rgb(219,239,235); }

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

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

 span { border-color: rgb(219,239,235); }

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