Html Css Color HEX #DBE6EA Pattens Blue

📋 copy color: '#DBE6EA'

red 219 ◦ green 230 ◦ blue 234

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

Shades of Pattens Blue #DBE6EA

Tints of Pattens Blue #DBE6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.67%

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

R = 32.06%
G = 33.67%
B = 34.26%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBE6EA (or 0xDBE6EA) is known color: Pattens Blue. HEX triplet: DB, E6 and EA. RGB value is (219,230,234). Sum of RGB (Red+Green+Blue) = 219+230+234=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6EA is #241915. Grayscale: #E3E3E3. Windows color (decimal): -2365718 or 15394523. OLE color: 15394523.

HSL color Cylindrical-coordinate representation of color #DBE6EA: hue angle of 196º 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 #DBE6EA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 230 234 -
CMYK 0.06 0.02 0 0.08
HSL 196º 0.26% 0.89% -
HSV(B) 196º 0.06% 0.92% -
XYZ 72.36 77.59 89.01 -
YUV 227.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 219 230 234 0.06 0.02 0 0.08 196 0.26 0.89
Hex DB E6 EA 6 2 0 8 C4 1A 59
Octal 333 346 352 6 2 0 10 304 32 131
Binary 11011011 11100110 11101010 110 10 0 1000 11000100 11010 1011001

Color Harmonies of #DBE6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6EA

Black with #DBE6EA

Text Example


Text Example

White with #DBE6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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