#D8ECF8

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

Shades of Pattens Blue #D8ECF8

Tints of Pattens Blue #D8ECF8

Color information

#D8ECF8 (or 0xD8ECF8) is unknown color: approx Pattens Blue. HEX triplet: D8, EC and F8. RGB value is (216,236,248). Sum of RGB (Red+Green+Blue) = 216+236+248=700 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.86% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 248 - color contains mainly: blue. Hex color #D8ECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8ECF8 is #271307. Grayscale: #E7E7E7. Windows color (decimal): -2560776 or 16313560. OLE color: 16313560.

HSL color Cylindrical-coordinate representation of color #D8ECF8: hue angle of 202.5º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8ECF8 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB216236248-
CMYK0.130.0500.03
HSL202.5º69.57%90.98%-
HSV(B)202.5º12.9%97.25%-
XYZ75.2681.37100.55-
YUV231.39137.37117.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.86%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 248 (97.27% from 255) = 35.43%
R=30.86%
G=33.71%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2162362480.130.0500.03202.569.5790.98
HexD8ECF8D503ca465b
Octal33035437015503312106133
Binary11011000111011001111100011011010111100101010001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ECF8; }

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

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

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

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

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

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

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

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