#D8E5EA

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

Shades of Pattens Blue #D8E5EA

Tints of Pattens Blue #D8E5EA

Color information

#D8E5EA (or 0xD8E5EA) is unknown color: approx Pattens Blue. HEX triplet: D8, E5 and EA. RGB value is (216,229,234). Sum of RGB (Red+Green+Blue) = 216+229+234=679 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.81% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8E5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E5EA is #271A15. Grayscale: #E1E1E1. Windows color (decimal): -2562582 or 15394264. OLE color: 15394264.

HSL color Cylindrical-coordinate representation of color #D8E5EA: hue angle of 196.67º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8E5EA is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216229234-
CMYK0.080.0200.08
HSL196.67º30%88.24%-
HSV(B)196.67º7.69%91.76%-
XYZ71.1976.5888.87-
YUV225.68132.69121.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.81%
GREEN value IS 229 (89.84% from 255) = 33.73%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=31.81%
G=33.73%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162292340.080.0200.08196.673088.24
HexD8E5EA8208c51e58
Octal33034535210201030536130
Binary1101100011100101111010101000100100011000101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E5EA; }

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

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

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

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

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

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

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

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