#DBEBE6

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

Shades of Tranquil #DBEBE6

Tints of Tranquil #DBEBE6

Color information

#DBEBE6 (or 0xDBEBE6) is unknown color: approx Tranquil. HEX triplet: DB, EB and E6. RGB value is (219,235,230). Sum of RGB (Red+Green+Blue) = 219+235+230=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBE6 is #241419. Grayscale: #E5E5E5. Windows color (decimal): -2364442 or 15133659. OLE color: 15133659.

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

Color convert

RGB219235230-
CMYK0.0700.020.08
HSL161.25º28.57%89.02%-
HSV(B)161.25º6.81%92.16%-
XYZ73.280.1986.48-
YUV229.65128.2120.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 230 (90.23% from 255) = 33.63%
R=32.02%
G=34.36%
B=33.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352300.0700.020.08161.2528.5789.02
HexDBEBE67028a11d59
Octal3333533467021024135131
Binary110110111110101111100110111010100010100001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBE6; }

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

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

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

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

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

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

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

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