#D8E5EC

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

Shades of Pattens Blue #D8E5EC

Tints of Pattens Blue #D8E5EC

Color information

#D8E5EC (or 0xD8E5EC) is unknown color: approx Pattens Blue. HEX triplet: D8, E5 and EC. RGB value is (216,229,236). Sum of RGB (Red+Green+Blue) = 216+229+236=681 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.72% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E5EC is #271A13. Grayscale: #E1E1E1. Windows color (decimal): -2562580 or 15525336. OLE color: 15525336.

HSL color Cylindrical-coordinate representation of color #D8E5EC: hue angle of 201º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8E5EC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216229236-
CMYK0.080.0300.07
HSL201º34.48%88.63%-
HSV(B)201º8.47%92.55%-
XYZ71.4876.6990.39-
YUV225.91133.69120.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.72%
GREEN value IS 229 (89.84% from 255) = 33.63%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=31.72%
G=33.63%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162292360.080.0300.0720134.4888.63
HexD8E5EC8307c92259
Octal3303453541030731142131
Binary1101100011100101111011001000110111110010011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E5EC; }

 p { color: rgb(216,229,236); }

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

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

 a { background-color: rgb(216,229,236); }

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

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

 span { border-color: rgb(216,229,236); }

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