#D7ECF2

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

Shades of Pattens Blue #D7ECF2

Tints of Pattens Blue #D7ECF2

Color information

#D7ECF2 (or 0xD7ECF2) is unknown color: approx Pattens Blue. HEX triplet: D7, EC and F2. RGB value is (215,236,242). Sum of RGB (Red+Green+Blue) = 215+236+242=693 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.02% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7ECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECF2 is #28130D. Grayscale: #E6E6E6. Windows color (decimal): -2626318 or 15920343. OLE color: 15920343.

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

Color convert

RGB215236242-
CMYK0.110.0200.05
HSL193.33º50.94%89.61%-
HSV(B)193.33º11.16%94.9%-
XYZ74.0580.8595.71-
YUV230.4134.54117.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.02%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 242 (94.92% from 255) = 34.92%
R=31.02%
G=34.05%
B=34.92%

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
Decimal2152362420.110.0200.05193.3350.9489.61
HexD7ECF2B205c1335a
Octal3273543621320530163132
Binary1101011111101100111100101011100101110000011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ECF2; }

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

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

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

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

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

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

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

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