#DBF3ED

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

Shades of Tranquil #DBF3ED

Tints of Tranquil #DBF3ED

Color information

#DBF3ED (or 0xDBF3ED) is unknown color: approx Tranquil. HEX triplet: DB, F3 and ED. RGB value is (219,243,237). Sum of RGB (Red+Green+Blue) = 219+243+237=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3ED is #240C12. Grayscale: #EBEBEB. Windows color (decimal): -2362387 or 15594459. OLE color: 15594459.

HSL color Cylindrical-coordinate representation of color #DBF3ED: hue angle of 165º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3ED is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB219243237-
CMYK0.1000.020.05
HSL165º50%90.59%-
HSV(B)165º9.88%95.29%-
XYZ76.5585.2892.55-
YUV235.14129.05116.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.33%
GREEN value IS 243 (95.31% from 255) = 34.76%
BLUE value IS 237 (92.97% from 255) = 33.91%
R=31.33%
G=34.76%
B=33.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192432370.1000.020.051655090.59
HexDBF3EDA025a5325b
Octal3333633551202524562133
Binary1101101111110011111011011010010101101001011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3ED; }

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

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

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

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

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

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

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

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