Html Css Color HEX #DBF2EF Tranquil

📋 copy color: '#DBF2EF'

red 219 ◦ green 242 ◦ blue 239

#DBF2EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tranquil #DBF2EF

Tints of Tranquil #DBF2EF

RGB

 RED value IS 219 (85.94% from 255) = 31.29%

 GREEN value IS 242 (94.92% from 255) = 34.57%

 BLUE value IS 239 (93.75% from 255) = 34.14%

R = 31.29%
G = 34.57%
B = 34.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#DBF2EF (or 0xDBF2EF) is known color: Tranquil. HEX triplet: DB, F2 and EF. RGB value is (219,242,239). Sum of RGB (Red+Green+Blue) = 219+242+239=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2EF is #240D10. Grayscale: #EAEAEA. Windows color (decimal): -2362641 or 15725275. OLE color: 15725275.

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

Color convert

RGB 219 242 239 -
CMYK 0.10 0 0.01 0.05
HSL 172.17º 0.47% 0.9% -
HSV(B) 172.17º 0.1% 0.95% -
XYZ 76.55 84.8 93.99 -
YUV 234.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 219 242 239 0.10 0 0.01 0.05 172.17 0.47 0.9
Hex DB F2 EF A 0 1 5 AC 2F 5A
Octal 333 362 357 12 0 1 5 254 57 132
Binary 11011011 11110010 11101111 1010 0 1 101 10101100 101111 1011010

Color Harmonies of #DBF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2EF

Black with #DBF2EF

Text Example


Text Example

White with #DBF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2EF; }

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

 H1.HeaderClassName
 {
   color: #DBF2EF;
 }
 .AnyTagClassName
 {
   color: #DBF2EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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