#D8DADB

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

Shades of Pattens Blue #D8DADB

Tints of Pattens Blue #D8DADB

Color information

#D8DADB (or 0xD8DADB) is unknown color: approx Pattens Blue. HEX triplet: D8, DA and DB. RGB value is (216,218,219). Sum of RGB (Red+Green+Blue) = 216+218+219=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DADB is #272524. Grayscale: #D9D9D9. Windows color (decimal): -2565413 or 14408408. OLE color: 14408408.

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

Color convert

RGB216218219-
CMYK0.010.0000.14
HSL200º4%85.29%-
HSV(B)200º1.37%85.88%-
XYZ66.1869.8677.01-
YUV217.52128.84126.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.08%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 219 (85.94% 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
Decimal2162182190.010.0000.14200485.29
HexD8DADB100Ec8455
Octal330332333100163104125
Binary1101100011011010110110111001110110010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DADB; }

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

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

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

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

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

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

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

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