#D9DBDC

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

Shades of Pattens Blue #D9DBDC

Tints of Pattens Blue #D9DBDC

Color information

#D9DBDC (or 0xD9DBDC) is unknown color: approx Pattens Blue. HEX triplet: D9, DB and DC. RGB value is (217,219,220). Sum of RGB (Red+Green+Blue) = 217+219+220=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBDC is #262423. Grayscale: #DADADA. Windows color (decimal): -2499620 or 14474201. OLE color: 14474201.

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

Color convert

RGB217219220-
CMYK0.010.0000.14
HSL200º4.11%85.69%-
HSV(B)200º1.36%86.27%-
XYZ66.8770.5877.81-
YUV218.52128.84126.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.08%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 220 (86.33% 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.14
SystemRedGreenBlueCMYKHSL
Decimal2172192200.010.0000.142004.1185.69
HexD9DBDC100Ec8456
Octal331333334100163104126
Binary1101100111011011110111001001110110010001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBDC; }

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

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

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

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

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

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

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

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