Html Css Color HEX #DBF2EE Tranquil

📋 copy color: '#DBF2EE'

red 219 ◦ green 242 ◦ blue 238

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

Shades of Tranquil #DBF2EE

Tints of Tranquil #DBF2EE

RGB

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

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

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

R = 31.33%
G = 34.62%
B = 34.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#DBF2EE (or 0xDBF2EE) is known color: Tranquil. HEX triplet: DB, F2 and EE. RGB value is (219,242,238). Sum of RGB (Red+Green+Blue) = 219+242+238=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2EE is #240D11. Grayscale: #EAEAEA. Windows color (decimal): -2362642 or 15659739. OLE color: 15659739.

HSL color Cylindrical-coordinate representation of color #DBF2EE: hue angle of 169.57º 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 #DBF2EE is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 238 -
CMYK 0.10 0 0.02 0.05
HSL 169.57º 0.47% 0.9% -
HSV(B) 169.57º 0.1% 0.95% -
XYZ 76.4 84.74 93.22 -
YUV 234.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 219 242 238 0.10 0 0.02 0.05 169.57 0.47 0.9
Hex DB F2 EE A 0 2 5 AA 2F 5A
Octal 333 362 356 12 0 2 5 252 57 132
Binary 11011011 11110010 11101110 1010 0 10 101 10101010 101111 1011010

Color Harmonies of #DBF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2EE

Black with #DBF2EE

Text Example


Text Example

White with #DBF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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