#D7E7F1

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

Shades of Pattens Blue #D7E7F1

Tints of Pattens Blue #D7E7F1

Color information

#D7E7F1 (or 0xD7E7F1) is unknown color: approx Pattens Blue. HEX triplet: D7, E7 and F1. RGB value is (215,231,241). Sum of RGB (Red+Green+Blue) = 215+231+241=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7E7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7E7F1 is #28180E. Grayscale: #E3E3E3. Windows color (decimal): -2627599 or 15853527. OLE color: 15853527.

HSL color Cylindrical-coordinate representation of color #D7E7F1: hue angle of 203.08º 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 #D7E7F1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215231241-
CMYK0.110.0400.05
HSL203.08º48.15%89.41%-
HSV(B)203.08º10.79%94.51%-
XYZ72.4877.9594.44-
YUV227.36135.7119.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.30%
GREEN value IS 231 (90.62% from 255) = 33.62%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=31.30%
G=33.62%
B=35.08%

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
Decimal2152312410.110.0400.05203.0848.1589.41
HexD7E7F1B405cb3059
Octal3273473611340531360131
Binary11010111111001111111000110111000101110010111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E7F1; }

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

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

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

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

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

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

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

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