#D3D8DB

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

Shades of Pattens Blue #D3D8DB

Tints of Pattens Blue #D3D8DB

Color information

#D3D8DB (or 0xD3D8DB) is unknown color: approx Pattens Blue. HEX triplet: D3, D8 and DB. RGB value is (211,216,219). Sum of RGB (Red+Green+Blue) = 211+216+219=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3D8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D8DB is #2C2724. Grayscale: #D6D6D6. Windows color (decimal): -2893605 or 14407891. OLE color: 14407891.

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

Color convert

RGB211216219-
CMYK0.040.0100.14
HSL202.5º10%84.31%-
HSV(B)202.5º3.65%85.88%-
XYZ64.2168.0876.77-
YUV214.85130.34125.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.66%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=32.66%
G=33.44%
B=33.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112162190.040.0100.14202.51084.31
HexD3D8DB410Ecaa54
Octal3233303334101631212124
Binary1101001111011000110110111001011101100101010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D8DB; }

 p { color: rgb(211,216,219); }

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

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

 a { background-color: rgb(211,216,219); }

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

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

 span { border-color: rgb(211,216,219); }

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