#DBECE7

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

Shades of Tranquil #DBECE7

Tints of Tranquil #DBECE7

Color information

#DBECE7 (or 0xDBECE7) is unknown color: approx Tranquil. HEX triplet: DB, EC and E7. RGB value is (219,236,231). Sum of RGB (Red+Green+Blue) = 219+236+231=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECE7 is #241318. Grayscale: #E6E6E6. Windows color (decimal): -2364185 or 15199451. OLE color: 15199451.

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

Color convert

RGB219236231-
CMYK0.0700.020.07
HSL162.35º30.91%89.22%-
HSV(B)162.35º7.2%92.55%-
XYZ73.6380.8287.32-
YUV230.35128.37119.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 231 (90.62% from 255) = 33.67%
R=31.92%
G=34.40%
B=33.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362310.0700.020.07162.3530.9189.22
HexDBECE77027a21f59
Octal333354347702724237131
Binary11011011111011001110011111101011110100010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECE7; }

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

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

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

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

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

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

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

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