Html Css Color HEX #DBECEA Tranquil

📋 copy color: '#DBECEA'

red 219 ◦ green 236 ◦ blue 234

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

Shades of Tranquil #DBECEA

Tints of Tranquil #DBECEA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.25%

 BLUE value IS 234 (91.8% from 255) = 33.96%

R = 31.79%
G = 34.25%
B = 33.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#DBECEA (or 0xDBECEA) is known color: Tranquil. HEX triplet: DB, EC and EA. RGB value is (219,236,234). Sum of RGB (Red+Green+Blue) = 219+236+234=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECEA is #241315. Grayscale: #E6E6E6. Windows color (decimal): -2364182 or 15396059. OLE color: 15396059.

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

Color convert

RGB 219 236 234 -
CMYK 0.07 0 0.01 0.07
HSL 172.94º 0.31% 0.89% -
HSV(B) 172.94º 0.07% 0.93% -
XYZ 74.06 80.99 89.57 -
YUV 230.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 219 236 234 0.07 0 0.01 0.07 172.94 0.31 0.89
Hex DB EC EA 7 0 1 7 AD 1F 59
Octal 333 354 352 7 0 1 7 255 37 131
Binary 11011011 11101100 11101010 111 0 1 111 10101101 11111 1011001

Color Harmonies of #DBECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECEA

Black with #DBECEA

Text Example


Text Example

White with #DBECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECEA; }

 p { color: rgb(219,236,234); }

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

background-color css

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

 a { background-color: rgb(219,236,234); }

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

border-color css

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

 span { border-color: rgb(219,236,234); }

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