#D8DFE1

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

Shades of Pattens Blue #D8DFE1

Tints of Pattens Blue #D8DFE1

Color information

#D8DFE1 (or 0xD8DFE1) is unknown color: approx Pattens Blue. HEX triplet: D8, DF and E1. RGB value is (216,223,225). Sum of RGB (Red+Green+Blue) = 216+223+225=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8DFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFE1 is #27201E. Grayscale: #DDDDDD. Windows color (decimal): -2564127 or 14802904. OLE color: 14802904.

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

Color convert

RGB216223225-
CMYK0.040.0100.12
HSL193.33º13.04%86.47%-
HSV(B)193.33º4%88.24%-
XYZ68.372.8181.69-
YUV221.14130.18124.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.53%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=32.53%
G=33.58%
B=33.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162232250.040.0100.12193.3313.0486.47
HexD8DFE1410Cc1d56
Octal3303373414101430115126
Binary1101100011011111111000011001011001100000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DFE1; }

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

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

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

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

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

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

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

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