Html Css Color HEX #DBF0ED Tranquil

📋 copy color: '#DBF0ED'

red 219 ◦ green 240 ◦ blue 237

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

Shades of Tranquil #DBF0ED

Tints of Tranquil #DBF0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.48%

 BLUE value IS 237 (92.97% from 255) = 34.05%

R = 31.47%
G = 34.48%
B = 34.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#DBF0ED (or 0xDBF0ED) is known color: Tranquil. HEX triplet: DB, F0 and ED. RGB value is (219,240,237). Sum of RGB (Red+Green+Blue) = 219+240+237=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0ED is #240F12. Grayscale: #E9E9E9. Windows color (decimal): -2363155 or 15593691. OLE color: 15593691.

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

Color convert

RGB 219 240 237 -
CMYK 0.09 0 0.01 0.06
HSL 171.43º 0.41% 0.9% -
HSV(B) 171.43º 0.09% 0.94% -
XYZ 75.66 83.49 92.25 -
YUV 233.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 219 240 237 0.09 0 0.01 0.06 171.43 0.41 0.9
Hex DB F0 ED 9 0 1 6 AB 29 5A
Octal 333 360 355 11 0 1 6 253 51 132
Binary 11011011 11110000 11101101 1001 0 1 110 10101011 101001 1011010

Color Harmonies of #DBF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0ED

Black with #DBF0ED

Text Example


Text Example

White with #DBF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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