Html Css Color HEX #DBF4EE Tranquil

📋 copy color: '#DBF4EE'

red 219 ◦ green 244 ◦ blue 238

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

Shades of Tranquil #DBF4EE

Tints of Tranquil #DBF4EE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.81%

 BLUE value IS 238 (93.36% from 255) = 33.95%

R = 31.24%
G = 34.81%
B = 33.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#DBF4EE (or 0xDBF4EE) is known color: Tranquil. HEX triplet: DB, F4 and EE. RGB value is (219,244,238). Sum of RGB (Red+Green+Blue) = 219+244+238=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF4EE is #240B11. Grayscale: #EBEBEB. Windows color (decimal): -2362130 or 15660251. OLE color: 15660251.

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

Color convert

RGB 219 244 238 -
CMYK 0.10 0 0.02 0.04
HSL 165.6º 0.53% 0.91% -
HSV(B) 165.6º 0.1% 0.96% -
XYZ 77 85.93 93.42 -
YUV 235.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 219 244 238 0.10 0 0.02 0.04 165.6 0.53 0.91
Hex DB F4 EE A 0 2 4 A6 35 5B
Octal 333 364 356 12 0 2 4 246 65 133
Binary 11011011 11110100 11101110 1010 0 10 100 10100110 110101 1011011

Color Harmonies of #DBF4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF4EE

Black with #DBF4EE

Text Example


Text Example

White with #DBF4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF4EE; }

 p { color: rgb(219,244,238); }

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

background-color css

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

 a { background-color: rgb(219,244,238); }

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

border-color css

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

 span { border-color: rgb(219,244,238); }

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