#D8EAF6

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

Shades of Pattens Blue #D8EAF6

Tints of Pattens Blue #D8EAF6

Color information

#D8EAF6 (or 0xD8EAF6) is unknown color: approx Pattens Blue. HEX triplet: D8, EA and F6. RGB value is (216,234,246). Sum of RGB (Red+Green+Blue) = 216+234+246=696 (92% of max value = 765). Red value is 216 (84.77% from 255 or 31.03% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8EAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EAF6 is #271509. Grayscale: #E5E5E5. Windows color (decimal): -2561290 or 16181976. OLE color: 16181976.

HSL color Cylindrical-coordinate representation of color #D8EAF6: hue angle of 204º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8EAF6 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB216234246-
CMYK0.120.0500.04
HSL204º62.5%90.59%-
HSV(B)204º12.2%96.47%-
XYZ74.3880.198.73-
YUV229.99137.04118.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.03%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 246 (96.48% from 255) = 35.34%
R=31.03%
G=33.62%
B=35.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2162342460.120.0500.0420462.590.59
HexD8EAF6C504cc3e5b
Octal3303523661450431476133
Binary11011000111010101111011011001010100110011001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EAF6; }

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

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

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

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

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

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

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

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