Html Css Color HEX #DBEEEB Tranquil

📋 copy color: '#DBEEEB'

red 219 ◦ green 238 ◦ blue 235

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

Shades of Tranquil #DBEEEB

Tints of Tranquil #DBEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.39%

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

R = 31.65%
G = 34.39%
B = 33.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#DBEEEB (or 0xDBEEEB) is known color: Tranquil. HEX triplet: DB, EE and EB. RGB value is (219,238,235). Sum of RGB (Red+Green+Blue) = 219+238+235=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEEB is #241114. Grayscale: #E7E7E7. Windows color (decimal): -2363669 or 15462107. OLE color: 15462107.

HSL color Cylindrical-coordinate representation of color #DBEEEB: hue angle of 170.53º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEEEB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 235 -
CMYK 0.08 0 0.01 0.07
HSL 170.53º 0.36% 0.9% -
HSV(B) 170.53º 0.08% 0.93% -
XYZ 74.78 82.21 90.52 -
YUV 231.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 219 238 235 0.08 0 0.01 0.07 170.53 0.36 0.9
Hex DB EE EB 8 0 1 7 AB 24 5A
Octal 333 356 353 10 0 1 7 253 44 132
Binary 11011011 11101110 11101011 1000 0 1 111 10101011 100100 1011010

Color Harmonies of #DBEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEEB

Black with #DBEEEB

Text Example


Text Example

White with #DBEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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