#DBEBE9

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

Shades of Tranquil #DBEBE9

Tints of Tranquil #DBEBE9

Color information

#DBEBE9 (or 0xDBEBE9) is unknown color: approx Tranquil. HEX triplet: DB, EB and E9. RGB value is (219,235,233). Sum of RGB (Red+Green+Blue) = 219+235+233=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBE9 is #241416. Grayscale: #E5E5E5. Windows color (decimal): -2364439 or 15330267. OLE color: 15330267.

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

Color convert

RGB219235233-
CMYK0.0700.010.08
HSL172.5º28.57%89.02%-
HSV(B)172.5º6.81%92.16%-
XYZ73.6380.3688.72-
YUV229.99129.7120.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 233 (91.41% from 255) = 33.92%
R=31.88%
G=34.21%
B=33.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352330.0700.010.08172.528.5789.02
HexDBEBE97018ac1d59
Octal3333533517011025435131
Binary11011011111010111110100111101100010101100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBE9; }

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

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

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

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

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

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

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

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