#DBEDEB

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

Shades of Tranquil #DBEDEB

Tints of Tranquil #DBEDEB

Color information

#DBEDEB (or 0xDBEDEB) is unknown color: approx Tranquil. HEX triplet: DB, ED and EB. RGB value is (219,237,235). Sum of RGB (Red+Green+Blue) = 219+237+235=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDEB is #241214. Grayscale: #E7E7E7. Windows color (decimal): -2363925 or 15461851. OLE color: 15461851.

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

Color convert

RGB219237235-
CMYK0.0800.010.07
HSL173.33º33.33%89.41%-
HSV(B)173.33º7.59%92.94%-
XYZ74.4981.6390.43-
YUV231.39130.04119.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=31.69%
G=34.30%
B=34.01%

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
Decimal2192372350.0800.010.07173.3333.3389.41
HexDBEDEB8017ad2159
Octal3333553531001725541131
Binary110110111110110111101011100001111101011011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDEB; }

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

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

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

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

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

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

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

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