#D1D9E0

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

Shades of Pattens Blue #D1D9E0

Tints of Pattens Blue #D1D9E0

Color information

#D1D9E0 (or 0xD1D9E0) is unknown color: approx Pattens Blue. HEX triplet: D1, D9 and E0. RGB value is (209,217,224). Sum of RGB (Red+Green+Blue) = 209+217+224=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1D9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9E0 is #2E261F. Grayscale: #D7D7D7. Windows color (decimal): -3024416 or 14735825. OLE color: 14735825.

HSL color Cylindrical-coordinate representation of color #D1D9E0: hue angle of 208º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1D9E0 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209217224-
CMYK0.070.0300.12
HSL208º19.48%84.9%-
HSV(B)208º6.7%87.84%-
XYZ64.5668.5680.35-
YUV215.41132.85123.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.15%
GREEN value IS 217 (85.16% from 255) = 33.38%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=32.15%
G=33.38%
B=34.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092172240.070.0300.1220819.4884.9
HexD1D9E0730Cd01355
Octal3213313407301432023125
Binary110100011101100111100000111110110011010000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D9E0; }

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

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

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

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

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

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

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

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