#DBEEEA

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

Shades of Tranquil #DBEEEA

Tints of Tranquil #DBEEEA

Color information

#DBEEEA (or 0xDBEEEA) is unknown color: approx Tranquil. HEX triplet: DB, EE and EA. RGB value is (219,238,234). Sum of RGB (Red+Green+Blue) = 219+238+234=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEEA is #241115. Grayscale: #E7E7E7. Windows color (decimal): -2363670 or 15396571. OLE color: 15396571.

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

Color convert

RGB219238234-
CMYK0.0800.020.07
HSL167.37º35.85%89.61%-
HSV(B)167.37º7.98%93.33%-
XYZ74.6482.1589.76-
YUV231.86129.21118.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=31.69%
G=34.44%
B=33.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192382340.0800.020.07167.3735.8589.61
HexDBEEEA8027a7245a
Octal3333563521002724744132
Binary1101101111101110111010101000010111101001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEEA; }

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

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

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

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

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

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

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

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