#D8E7F7

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

Shades of Pattens Blue #D8E7F7

Tints of Pattens Blue #D8E7F7

Color information

#D8E7F7 (or 0xD8E7F7) is unknown color: approx Pattens Blue. HEX triplet: D8, E7 and F7. RGB value is (216,231,247). Sum of RGB (Red+Green+Blue) = 216+231+247=694 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.12% from 694); Green value is 231 (90.62% from 255 or 33.29% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8E7F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E7F7 is #271808. Grayscale: #E4E4E4. Windows color (decimal): -2562057 or 16246744. OLE color: 16246744.

HSL color Cylindrical-coordinate representation of color #D8E7F7: hue angle of 210.97º degrees, saturation: 0.66, 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 #D8E7F7 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB216231247-
CMYK0.130.0600.03
HSL210.97º65.96%90.78%-
HSV(B)210.97º12.55%96.86%-
XYZ73.6878.4799.26-
YUV228.34138.53119.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.12%
GREEN value IS 231 (90.62% from 255) = 33.29%
BLUE value IS 247 (96.88% from 255) = 35.59%
R=31.12%
G=33.29%
B=35.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2162312470.130.0600.03210.9765.9690.78
HexD8E7F7D603d3425b
Octal33034736715603323102133
Binary11011000111001111111011111011100111101001110000101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E7F7; }

 p { color: rgb(216,231,247); }

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

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

 a { background-color: rgb(216,231,247); }

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

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

 span { border-color: rgb(216,231,247); }

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