#D1DBDE

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

Shades of Pattens Blue #D1DBDE

Tints of Pattens Blue #D1DBDE

Color information

#D1DBDE (or 0xD1DBDE) is unknown color: approx Pattens Blue. HEX triplet: D1, DB and DE. RGB value is (209,219,222). Sum of RGB (Red+Green+Blue) = 209+219+222=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBDE is #2E2421. Grayscale: #D8D8D8. Windows color (decimal): -3023906 or 14605265. OLE color: 14605265.

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

Color convert

RGB209219222-
CMYK0.060.0100.13
HSL193.85º16.46%84.51%-
HSV(B)193.85º5.86%87.06%-
XYZ64.8169.4979.1-
YUV216.35131.19122.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.15%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=32.15%
G=33.69%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092192220.060.0100.13193.8516.4684.51
HexD1DBDE610Dc21055
Octal3213333366101530220125
Binary11010001110110111101111011010110111000010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DBDE; }

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

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

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

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

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

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

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

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