#DBEAE8

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

Shades of Tranquil #DBEAE8

Tints of Tranquil #DBEAE8

Color information

#DBEAE8 (or 0xDBEAE8) is unknown color: approx Tranquil. HEX triplet: DB, EA and E8. RGB value is (219,234,232). Sum of RGB (Red+Green+Blue) = 219+234+232=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAE8 is #241517. Grayscale: #E5E5E5. Windows color (decimal): -2364696 or 15264475. OLE color: 15264475.

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

Color convert

RGB219234232-
CMYK0.0600.010.08
HSL172º26.32%88.82%-
HSV(B)172º6.41%91.76%-
XYZ73.279.7387.88-
YUV229.29129.53120.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 232 (91.02% from 255) = 33.87%
R=31.97%
G=34.16%
B=33.87%

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
Decimal2192342320.0600.010.0817226.3288.82
HexDBEAE86018ac1a59
Octal3333523506011025432131
Binary11011011111010101110100011001100010101100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAE8; }

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

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

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

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

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

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

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

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