#D8E1EA

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

Shades of Pattens Blue #D8E1EA

Tints of Pattens Blue #D8E1EA

Color information

#D8E1EA (or 0xD8E1EA) is unknown color: approx Pattens Blue. HEX triplet: D8, E1 and EA. RGB value is (216,225,234). Sum of RGB (Red+Green+Blue) = 216+225+234=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E1EA is #271E15. Grayscale: #DFDFDF. Windows color (decimal): -2563606 or 15393240. OLE color: 15393240.

HSL color Cylindrical-coordinate representation of color #D8E1EA: hue angle of 210º 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 #D8E1EA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216225234-
CMYK0.080.0400.08
HSL210º30%88.24%-
HSV(B)210º7.69%91.76%-
XYZ70.174.3988.51-
YUV223.33134.02122.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32%
GREEN value IS 225 (88.28% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=32%
G=33.33%
B=34.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162252340.080.0400.082103088.24
HexD8E1EA8408d21e58
Octal33034135210401032236130
Binary11011000111000011110101010001000100011010010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E1EA; }

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

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

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

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

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

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

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

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