#D1D7DA

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

Shades of Pattens Blue #D1D7DA

Tints of Pattens Blue #D1D7DA

Color information

#D1D7DA (or 0xD1D7DA) is unknown color: approx Pattens Blue. HEX triplet: D1, D7 and DA. RGB value is (209,215,218). Sum of RGB (Red+Green+Blue) = 209+215+218=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1D7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7DA is #2E2825. Grayscale: #D5D5D5. Windows color (decimal): -3024934 or 14342097. OLE color: 14342097.

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

Color convert

RGB209215218-
CMYK0.040.0100.15
HSL200º10.84%83.73%-
HSV(B)200º4.13%85.49%-
XYZ63.2567.2275.97-
YUV213.55130.51124.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.55%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=32.55%
G=33.49%
B=33.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092152180.040.0100.1520010.8483.73
HexD1D7DA410Fc8b54
Octal3213273324101731013124
Binary1101000111010111110110101001011111100100010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D7DA; }

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

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

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

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

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

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

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

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