#D8E6EA

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

Shades of Pattens Blue #D8E6EA

Tints of Pattens Blue #D8E6EA

Color information

#D8E6EA (or 0xD8E6EA) is unknown color: approx Pattens Blue. HEX triplet: D8, E6 and EA. RGB value is (216,230,234). Sum of RGB (Red+Green+Blue) = 216+230+234=680 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.76% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8E6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E6EA is #271915. Grayscale: #E2E2E2. Windows color (decimal): -2562326 or 15394520. OLE color: 15394520.

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

Color convert

RGB216230234-
CMYK0.080.0200.08
HSL193.33º30%88.24%-
HSV(B)193.33º7.69%91.76%-
XYZ71.4777.1388.96-
YUV226.27132.36120.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.76%
GREEN value IS 230 (90.23% from 255) = 33.82%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=31.76%
G=33.82%
B=34.41%

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
Decimal2162302340.080.0200.08193.333088.24
HexD8E6EA8208c11e58
Octal33034635210201030136130
Binary1101100011100110111010101000100100011000001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E6EA; }

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

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

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

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

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

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

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

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