#DBEEEB

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

Shades of Tranquil #DBEEEB

Tints of Tranquil #DBEEEB

Color information

#DBEEEB (or 0xDBEEEB) is unknown color: approx Tranquil. HEX triplet: DB, EE and EB. RGB value is (219,238,235). Sum of RGB (Red+Green+Blue) = 219+238+235=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEEB is #241114. Grayscale: #E7E7E7. Windows color (decimal): -2363669 or 15462107. OLE color: 15462107.

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

Color convert

RGB219238235-
CMYK0.0800.010.07
HSL170.53º35.85%89.61%-
HSV(B)170.53º7.98%93.33%-
XYZ74.7882.2190.52-
YUV231.98129.71118.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 238 (93.36% from 255) = 34.39%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=31.65%
G=34.39%
B=33.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192382350.0800.010.07170.5335.8589.61
HexDBEEEB8017ab245a
Octal3333563531001725344132
Binary110110111110111011101011100001111101010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEEB; }

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

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

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

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

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

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

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

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