#D1D9DC

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

Shades of Pattens Blue #D1D9DC

Tints of Pattens Blue #D1D9DC

Color information

#D1D9DC (or 0xD1D9DC) is unknown color: approx Pattens Blue. HEX triplet: D1, D9 and DC. RGB value is (209,217,220). Sum of RGB (Red+Green+Blue) = 209+217+220=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9DC is #2E2623. Grayscale: #D6D6D6. Windows color (decimal): -3024420 or 14473681. OLE color: 14473681.

HSL color Cylindrical-coordinate representation of color #D1D9DC: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D9DC is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209217220-
CMYK0.050.0100.14
HSL196.36º13.58%84.12%-
HSV(B)196.36º5%86.27%-
XYZ64.0368.3577.53-
YUV214.95130.85123.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.35%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=32.35%
G=33.59%
B=34.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092172200.050.0100.14196.3613.5884.12
HexD1D9DC510Ec4e54
Octal3213313345101630416124
Binary1101000111011001110111001011011101100010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D9DC; }

 p { color: rgb(209,217,220); }

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

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

 a { background-color: rgb(209,217,220); }

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

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

 span { border-color: rgb(209,217,220); }

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