Html Css Color HEX #DBEDEB Tranquil

📋 copy color: '#DBEDEB'

red 219 ◦ green 237 ◦ blue 235

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

Shades of Tranquil #DBEDEB

Tints of Tranquil #DBEDEB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.3%

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

R = 31.69%
G = 34.3%
B = 34.01%

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

#DBEDEB (or 0xDBEDEB) is known color: Tranquil. HEX triplet: DB, ED and EB. RGB value is (219,237,235). Sum of RGB (Red+Green+Blue) = 219+237+235=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDEB is #241214. Grayscale: #E7E7E7. Windows color (decimal): -2363925 or 15461851. OLE color: 15461851.

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

Color convert

RGB 219 237 235 -
CMYK 0.08 0 0.01 0.07
HSL 173.33º 0.33% 0.89% -
HSV(B) 173.33º 0.08% 0.93% -
XYZ 74.49 81.63 90.43 -
YUV 231.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 219 237 235 0.08 0 0.01 0.07 173.33 0.33 0.89
Hex DB ED EB 8 0 1 7 AD 21 59
Octal 333 355 353 10 0 1 7 255 41 131
Binary 11011011 11101101 11101011 1000 0 1 111 10101101 100001 1011001

Color Harmonies of #DBEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDEB

Black with #DBEDEB

Text Example


Text Example

White with #DBEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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