#DBDEE0

Color #DBDEE0 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DBDEE0

Tints of Pattens Blue #DBDEE0

Color information

#DBDEE0 (or 0xDBDEE0) is unknown color: approx 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

RGB219222224-
CMYK0.020.0100.12
HSL204º7.46%86.86%-
HSV(B)204º2.23%87.84%-
XYZ68.7972.6880.92-
YUV221.33129.51126.34-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192222240.020.0100.122047.4686.86
HexDBDEE0210Ccc757
Octal333336340210143147127
Binary11011011110111101110000010101100110011001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>