#DBEAE7

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

Shades of Tranquil #DBEAE7

Tints of Tranquil #DBEAE7

Color information

#DBEAE7 (or 0xDBEAE7) is unknown color: approx Tranquil. HEX triplet: DB, EA and E7. RGB value is (219,234,231). Sum of RGB (Red+Green+Blue) = 219+234+231=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAE7 is #241518. Grayscale: #E5E5E5. Windows color (decimal): -2364697 or 15198939. OLE color: 15198939.

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

Color convert

RGB219234231-
CMYK0.0600.010.08
HSL168º26.32%88.82%-
HSV(B)168º6.41%91.76%-
XYZ73.0679.6887.13-
YUV229.17129.03120.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 231 (90.62% from 255) = 33.77%
R=32.02%
G=34.21%
B=33.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342310.0600.010.0816826.3288.82
HexDBEAE76018a81a59
Octal3333523476011025032131
Binary11011011111010101110011111001100010101000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAE7; }

 p { color: rgb(219,234,231); }

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

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

 a { background-color: rgb(219,234,231); }

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

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

 span { border-color: rgb(219,234,231); }

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