#D7E8F1

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

Shades of Pattens Blue #D7E8F1

Tints of Pattens Blue #D7E8F1

Color information

#D7E8F1 (or 0xD7E8F1) is unknown color: approx Pattens Blue. HEX triplet: D7, E8 and F1. RGB value is (215,232,241). Sum of RGB (Red+Green+Blue) = 215+232+241=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7E8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7E8F1 is #28170E. Grayscale: #E3E3E3. Windows color (decimal): -2627343 or 15853783. OLE color: 15853783.

HSL color Cylindrical-coordinate representation of color #D7E8F1: hue angle of 200.77º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7E8F1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215232241-
CMYK0.110.0400.05
HSL200.77º48.15%89.41%-
HSV(B)200.77º10.79%94.51%-
XYZ72.7678.5194.54-
YUV227.94135.37118.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.25%
GREEN value IS 232 (91.02% from 255) = 33.72%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=31.25%
G=33.72%
B=35.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152322410.110.0400.05200.7748.1589.41
HexD7E8F1B405c93059
Octal3273503611340531160131
Binary11010111111010001111000110111000101110010011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E8F1; }

 p { color: rgb(215,232,241); }

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

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

 a { background-color: rgb(215,232,241); }

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

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

 span { border-color: rgb(215,232,241); }

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