Html Css Color HEX #DBE1E5 Pattens Blue

📋 copy color: '#DBE1E5'

red 219 ◦ green 225 ◦ blue 229

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

Shades of Pattens Blue #DBE1E5

Tints of Pattens Blue #DBE1E5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.43%

 BLUE value IS 229 (89.84% from 255) = 34.03%

R = 32.54%
G = 33.43%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBE1E5 (or 0xDBE1E5) is known color: Pattens Blue. HEX triplet: DB, E1 and E5. RGB value is (219,225,229). Sum of RGB (Red+Green+Blue) = 219+225+229=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBE1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1E5 is #241E1A. Grayscale: #DFDFDF. Windows color (decimal): -2367003 or 15065563. OLE color: 15065563.

HSL color Cylindrical-coordinate representation of color #DBE1E5: hue angle of 204º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE1E5 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 225 229 -
CMYK 0.04 0.02 0 0.10
HSL 204º 0.16% 0.88% -
HSV(B) 204º 0.04% 0.9% -
XYZ 70.28 74.57 84.82 -
YUV 223.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 219 225 229 0.04 0.02 0 0.10 204 0.16 0.88
Hex DB E1 E5 4 2 0 A CC 10 58
Octal 333 341 345 4 2 0 12 314 20 130
Binary 11011011 11100001 11100101 100 10 0 1010 11001100 10000 1011000

Color Harmonies of #DBE1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1E5

Black with #DBE1E5

Text Example


Text Example

White with #DBE1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1E5; }

 p { color: rgb(219,225,229); }

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

background-color css

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

 a { background-color: rgb(219,225,229); }

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

border-color css

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

 span { border-color: rgb(219,225,229); }

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