Html Css Color HEX #DBEBE6 Tranquil

📋 copy color: '#DBEBE6'

red 219 ◦ green 235 ◦ blue 230

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

Shades of Tranquil #DBEBE6

Tints of Tranquil #DBEBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.36%

 BLUE value IS 230 (90.23% from 255) = 33.63%

R = 32.02%
G = 34.36%
B = 33.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#DBEBE6 (or 0xDBEBE6) is known color: Tranquil. HEX triplet: DB, EB and E6. RGB value is (219,235,230). Sum of RGB (Red+Green+Blue) = 219+235+230=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBE6 is #241419. Grayscale: #E5E5E5. Windows color (decimal): -2364442 or 15133659. OLE color: 15133659.

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

Color convert

RGB 219 235 230 -
CMYK 0.07 0 0.02 0.08
HSL 161.25º 0.29% 0.89% -
HSV(B) 161.25º 0.07% 0.92% -
XYZ 73.2 80.19 86.48 -
YUV 229.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 219 235 230 0.07 0 0.02 0.08 161.25 0.29 0.89
Hex DB EB E6 7 0 2 8 A1 1D 59
Octal 333 353 346 7 0 2 10 241 35 131
Binary 11011011 11101011 11100110 111 0 10 1000 10100001 11101 1011001

Color Harmonies of #DBEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBE6

Black with #DBEBE6

Text Example


Text Example

White with #DBEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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