#D7ECF1

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

Shades of Pattens Blue #D7ECF1

Tints of Pattens Blue #D7ECF1

Color information

#D7ECF1 (or 0xD7ECF1) is unknown color: approx Pattens Blue. HEX triplet: D7, EC and F1. RGB value is (215,236,241). Sum of RGB (Red+Green+Blue) = 215+236+241=692 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.07% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7ECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECF1 is #28130E. Grayscale: #E6E6E6. Windows color (decimal): -2626319 or 15854807. OLE color: 15854807.

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

Color convert

RGB215236241-
CMYK0.110.0200.05
HSL191.54º48.15%89.41%-
HSV(B)191.54º10.79%94.51%-
XYZ73.980.7994.92-
YUV230.29134.04117.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.07%
GREEN value IS 236 (92.58% from 255) = 34.10%
BLUE value IS 241 (94.53% from 255) = 34.83%
R=31.07%
G=34.10%
B=34.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152362410.110.0200.05191.5448.1589.41
HexD7ECF1B205c03059
Octal3273543611320530060131
Binary1101011111101100111100011011100101110000001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ECF1; }

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

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

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

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

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

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

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

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