#DBEBE8

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

Shades of Tranquil #DBEBE8

Tints of Tranquil #DBEBE8

Color information

#DBEBE8 (or 0xDBEBE8) is unknown color: approx Tranquil. HEX triplet: DB, EB and E8. RGB value is (219,235,232). Sum of RGB (Red+Green+Blue) = 219+235+232=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBE8 is #241417. Grayscale: #E5E5E5. Windows color (decimal): -2364440 or 15264731. OLE color: 15264731.

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

Color convert

RGB219235232-
CMYK0.0700.010.08
HSL168.75º28.57%89.02%-
HSV(B)168.75º6.81%92.16%-
XYZ73.4980.387.97-
YUV229.87129.2120.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=31.92%
G=34.26%
B=33.82%

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
Decimal2192352320.0700.010.08168.7528.5789.02
HexDBEBE87018a91d59
Octal3333533507011025135131
Binary11011011111010111110100011101100010101001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBE8; }

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

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

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

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

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

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

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

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