#D8DCDF

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

Shades of Pattens Blue #D8DCDF

Tints of Pattens Blue #D8DCDF

Color information

#D8DCDF (or 0xD8DCDF) is unknown color: approx Pattens Blue. HEX triplet: D8, DC and DF. RGB value is (216,220,223). Sum of RGB (Red+Green+Blue) = 216+220+223=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCDF is #272320. Grayscale: #DBDBDB. Windows color (decimal): -2564897 or 14671064. OLE color: 14671064.

HSL color Cylindrical-coordinate representation of color #D8DCDF: hue angle of 205.71º degrees, saturation: 0.1, 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 #D8DCDF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216220223-
CMYK0.030.0100.13
HSL205.71º9.86%86.08%-
HSV(B)205.71º3.14%87.45%-
XYZ67.2371.1179.99-
YUV219.15130.17125.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.78%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 223 (87.5% from 255) = 33.84%
R=32.78%
G=33.38%
B=33.84%

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
Decimal2162202230.030.0100.13205.719.8686.08
HexD8DCDF310Dcea56
Octal3303343373101531612126
Binary110110001101110011011111111011011100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCDF; }

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

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

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

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

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

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

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

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