Html Css Color HEX #DBDEE1 Pattens Blue

📋 copy color: '#DBDEE1'

red 219 ◦ green 222 ◦ blue 225

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

Shades of Pattens Blue #DBDEE1

Tints of Pattens Blue #DBDEE1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.33%

 BLUE value IS 225 (88.28% from 255) = 33.78%

R = 32.88%
G = 33.33%
B = 33.78%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBDEE1 (or 0xDBDEE1) is known color: Pattens Blue. HEX triplet: DB, DE and E1. RGB value is (219,222,225). Sum of RGB (Red+Green+Blue) = 219+222+225=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEE1 is #24211E. Grayscale: #DDDDDD. Windows color (decimal): -2367775 or 14802651. OLE color: 14802651.

HSL color Cylindrical-coordinate representation of color #DBDEE1: hue angle of 210º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDEE1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 222 225 -
CMYK 0.03 0.01 0 0.12
HSL 210º 0.09% 0.87% -
HSV(B) 210º 0.03% 0.88% -
XYZ 68.93 72.74 81.64 -
YUV 221.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 219 222 225 0.03 0.01 0 0.12 210 0.09 0.87
Hex DB DE E1 3 1 0 C D2 9 57
Octal 333 336 341 3 1 0 14 322 11 127
Binary 11011011 11011110 11100001 11 1 0 1100 11010010 1001 1010111

Color Harmonies of #DBDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEE1

Black with #DBDEE1

Text Example


Text Example

White with #DBDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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