#DBDDDE

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

Shades of Pattens Blue #DBDDDE

Tints of Pattens Blue #DBDDDE

Color information

#DBDDDE (or 0xDBDDDE) is unknown color: approx Pattens Blue. HEX triplet: DB, DD and DE. RGB value is (219,221,222). Sum of RGB (Red+Green+Blue) = 219+221+222=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDDE is #242221. Grayscale: #DCDCDC. Windows color (decimal): -2368034 or 14605787. OLE color: 14605787.

HSL color Cylindrical-coordinate representation of color #DBDDDE: hue angle of 200º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDDDE is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219221222-
CMYK0.010.0000.13
HSL200º4.35%86.47%-
HSV(B)200º1.35%87.06%-
XYZ68.2572.0579.42-
YUV220.52128.84126.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.08%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=33.08%
G=33.38%
B=33.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192212220.010.0000.132004.3586.47
HexDBDDDE100Dc8456
Octal333335336100153104126
Binary1101101111011101110111101001101110010001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDDE; }

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

 H1.HeaderClassName
 {
   color: #DBDDDE;
 }
 .AnyTagClassName
 {
   color: #DBDDDE;
 }
</style>
background-color css

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

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

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

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

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

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