Html Css Color HEX #DBEFEB Tranquil

📋 copy color: '#DBEFEB'

red 219 ◦ green 239 ◦ blue 235

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

Shades of Tranquil #DBEFEB

Tints of Tranquil #DBEFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.49%

 BLUE value IS 235 (92.19% from 255) = 33.91%

R = 31.6%
G = 34.49%
B = 33.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#DBEFEB (or 0xDBEFEB) is known color: Tranquil. HEX triplet: DB, EF and EB. RGB value is (219,239,235). Sum of RGB (Red+Green+Blue) = 219+239+235=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFEB is #241014. Grayscale: #E8E8E8. Windows color (decimal): -2363413 or 15462363. OLE color: 15462363.

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

Color convert

RGB 219 239 235 -
CMYK 0.08 0 0.02 0.06
HSL 168º 0.38% 0.9% -
HSV(B) 168º 0.08% 0.94% -
XYZ 75.08 82.79 90.62 -
YUV 232.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 219 239 235 0.08 0 0.02 0.06 168 0.38 0.9
Hex DB EF EB 8 0 2 6 A8 26 5A
Octal 333 357 353 10 0 2 6 250 46 132
Binary 11011011 11101111 11101011 1000 0 10 110 10101000 100110 1011010

Color Harmonies of #DBEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFEB

Black with #DBEFEB

Text Example


Text Example

White with #DBEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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