Html Css Color HEX #DBDEE0 Pattens Blue

📋 copy color: '#DBDEE0'

red 219 ◦ green 222 ◦ blue 224

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

Shades of Pattens Blue #DBDEE0

Tints of Pattens Blue #DBDEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.68%

R = 32.93%
G = 33.38%
B = 33.68%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBDEE0 (or 0xDBDEE0) is known color: Pattens Blue. HEX triplet: DB, DE and E0. RGB value is (219,222,224). Sum of RGB (Red+Green+Blue) = 219+222+224=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEE0 is #24211F. Grayscale: #DDDDDD. Windows color (decimal): -2367776 or 14737115. OLE color: 14737115.

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

Color convert

RGB 219 222 224 -
CMYK 0.02 0.01 0 0.12
HSL 204º 0.07% 0.87% -
HSV(B) 204º 0.02% 0.88% -
XYZ 68.79 72.68 80.92 -
YUV 221.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 219 222 224 0.02 0.01 0 0.12 204 0.07 0.87
Hex DB DE E0 2 1 0 C CC 7 57
Octal 333 336 340 2 1 0 14 314 7 127
Binary 11011011 11011110 11100000 10 1 0 1100 11001100 111 1010111

Color Harmonies of #DBDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEE0

Black with #DBDEE0

Text Example


Text Example

White with #DBDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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