#D3D8DA

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

Shades of Pattens Blue #D3D8DA

Tints of Pattens Blue #D3D8DA

Color information

#D3D8DA (or 0xD3D8DA) is unknown color: approx Pattens Blue. HEX triplet: D3, D8 and DA. RGB value is (211,216,218). Sum of RGB (Red+Green+Blue) = 211+216+218=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D8DA is #2C2725. Grayscale: #D6D6D6. Windows color (decimal): -2893606 or 14342355. OLE color: 14342355.

HSL color Cylindrical-coordinate representation of color #D3D8DA: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D3D8DA is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211216218-
CMYK0.030.0100.15
HSL197.14º8.64%84.12%-
HSV(B)197.14º3.21%85.49%-
XYZ64.0768.0276.08-
YUV214.73129.84125.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.71%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=32.71%
G=33.49%
B=33.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112162180.030.0100.15197.148.6484.12
HexD3D8DA310Fc5954
Octal3233303323101730511124
Binary110100111101100011011010111011111100010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D8DA; }

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

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

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

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

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

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

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

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