#D7D9DA

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

Shades of Pattens Blue #D7D9DA

Tints of Pattens Blue #D7D9DA

Color information

#D7D9DA (or 0xD7D9DA) is unknown color: approx Pattens Blue. HEX triplet: D7, D9 and DA. RGB value is (215,217,218). Sum of RGB (Red+Green+Blue) = 215+217+218=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7D9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9DA is #282625. Grayscale: #D8D8D8. Windows color (decimal): -2631206 or 14342615. OLE color: 14342615.

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

Color convert

RGB215217218-
CMYK0.010.0000.15
HSL200º3.9%84.9%-
HSV(B)200º1.38%85.49%-
XYZ65.4969.1376.22-
YUV216.52128.84126.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.08%
GREEN value IS 217 (85.16% from 255) = 33.38%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=33.08%
G=33.38%
B=33.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152172180.010.0000.152003.984.9
HexD7D9DA100Fc8455
Octal327331332100173104125
Binary1101011111011001110110101001111110010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D9DA; }

 p { color: rgb(215,217,218); }

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

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

 a { background-color: rgb(215,217,218); }

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

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

 span { border-color: rgb(215,217,218); }

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