#DBEFEC

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

Shades of Tranquil #DBEFEC

Tints of Tranquil #DBEFEC

Color information

#DBEFEC (or 0xDBEFEC) is unknown color: approx Tranquil. HEX triplet: DB, EF and EC. RGB value is (219,239,236). Sum of RGB (Red+Green+Blue) = 219+239+236=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFEC is #241013. Grayscale: #E8E8E8. Windows color (decimal): -2363412 or 15527899. OLE color: 15527899.

HSL color Cylindrical-coordinate representation of color #DBEFEC: hue angle of 171º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFEC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB219239236-
CMYK0.0800.010.06
HSL171º38.46%89.8%-
HSV(B)171º8.37%93.73%-
XYZ75.2282.8591.38-
YUV232.68129.87118.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.56%
GREEN value IS 239 (93.75% from 255) = 34.44%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=31.56%
G=34.44%
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.06
SystemRedGreenBlueCMYKHSL
Decimal2192392360.0800.010.0617138.4689.8
HexDBEFEC8016ab265a
Octal3333573541001625346132
Binary110110111110111111101100100001110101010111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFEC; }

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

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

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

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

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

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

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

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