#D8DCDE

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

Shades of Pattens Blue #D8DCDE

Tints of Pattens Blue #D8DCDE

Color information

#D8DCDE (or 0xD8DCDE) is unknown color: approx Pattens Blue. HEX triplet: D8, DC and DE. RGB value is (216,220,222). Sum of RGB (Red+Green+Blue) = 216+220+222=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCDE is #272321. Grayscale: #DBDBDB. Windows color (decimal): -2564898 or 14605528. OLE color: 14605528.

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

Color convert

RGB216220222-
CMYK0.030.0100.13
HSL200º8.33%85.88%-
HSV(B)200º2.7%87.06%-
XYZ67.171.0679.29-
YUV219.03129.67125.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.83%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=32.83%
G=33.43%
B=33.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162202220.030.0100.132008.3385.88
HexD8DCDE310Dc8856
Octal3303343363101531010126
Binary110110001101110011011110111011011100100010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCDE; }

 p { color: rgb(216,220,222); }

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

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

 a { background-color: rgb(216,220,222); }

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

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

 span { border-color: rgb(216,220,222); }

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