Html Css Color HEX #DBE7EA Pattens Blue

📋 copy color: '#DBE7EA'

red 219 ◦ green 231 ◦ blue 234

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

Shades of Pattens Blue #DBE7EA

Tints of Pattens Blue #DBE7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.77%

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

R = 32.02%
G = 33.77%
B = 34.21%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBE7EA (or 0xDBE7EA) is known color: Pattens Blue. HEX triplet: DB, E7 and EA. RGB value is (219,231,234). Sum of RGB (Red+Green+Blue) = 219+231+234=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7EA is #241815. Grayscale: #E3E3E3. Windows color (decimal): -2365462 or 15394779. OLE color: 15394779.

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

Color convert

RGB 219 231 234 -
CMYK 0.06 0.01 0 0.08
HSL 192º 0.26% 0.89% -
HSV(B) 192º 0.06% 0.92% -
XYZ 72.64 78.15 89.1 -
YUV 227.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 219 231 234 0.06 0.01 0 0.08 192 0.26 0.89
Hex DB E7 EA 6 1 0 8 C0 1A 59
Octal 333 347 352 6 1 0 10 300 32 131
Binary 11011011 11100111 11101010 110 1 0 1000 11000000 11010 1011001

Color Harmonies of #DBE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7EA

Black with #DBE7EA

Text Example


Text Example

White with #DBE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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