#DBECEA

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

Shades of Tranquil #DBECEA

Tints of Tranquil #DBECEA

Color information

#DBECEA (or 0xDBECEA) is unknown color: approx Tranquil. HEX triplet: DB, EC and EA. RGB value is (219,236,234). Sum of RGB (Red+Green+Blue) = 219+236+234=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECEA is #241315. Grayscale: #E6E6E6. Windows color (decimal): -2364182 or 15396059. OLE color: 15396059.

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

Color convert

RGB219236234-
CMYK0.0700.010.07
HSL172.94º30.91%89.22%-
HSV(B)172.94º7.2%92.55%-
XYZ74.0680.9989.57-
YUV230.69129.87119.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 236 (92.58% from 255) = 34.25%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=31.79%
G=34.25%
B=33.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362340.0700.010.07172.9430.9189.22
HexDBECEA7017ad1f59
Octal333354352701725537131
Binary1101101111101100111010101110111110101101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECEA; }

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

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

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

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

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

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

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

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