#D9E7F1

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

Shades of Pattens Blue #D9E7F1

Tints of Pattens Blue #D9E7F1

Color information

#D9E7F1 (or 0xD9E7F1) is unknown color: approx Pattens Blue. HEX triplet: D9, E7 and F1. RGB value is (217,231,241). Sum of RGB (Red+Green+Blue) = 217+231+241=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9E7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7F1 is #26180E. Grayscale: #E3E3E3. Windows color (decimal): -2496527 or 15853529. OLE color: 15853529.

HSL color Cylindrical-coordinate representation of color #D9E7F1: hue angle of 205º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E7F1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217231241-
CMYK0.100.0400.05
HSL205º46.15%89.8%-
HSV(B)205º9.96%94.51%-
XYZ73.0778.2594.47-
YUV227.95135.36120.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.49%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 241 (94.53% from 255) = 34.98%
R=31.49%
G=33.53%
B=34.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172312410.100.0400.0520546.1589.8
HexD9E7F1A405cd2e5a
Octal3313473611240531556132
Binary11011001111001111111000110101000101110011011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E7F1; }

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

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

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

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

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

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

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

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