#D7ECF3

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

Shades of Pattens Blue #D7ECF3

Tints of Pattens Blue #D7ECF3

Color information

#D7ECF3 (or 0xD7ECF3) is unknown color: approx Pattens Blue. HEX triplet: D7, EC and F3. RGB value is (215,236,243). Sum of RGB (Red+Green+Blue) = 215+236+243=694 (91% of max value = 765). Red value is 215 (84.38% from 255 or 30.98% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7ECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECF3 is #28130C. Grayscale: #E6E6E6. Windows color (decimal): -2626317 or 15985879. OLE color: 15985879.

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

Color convert

RGB215236243-
CMYK0.120.0300.05
HSL195º53.85%89.8%-
HSV(B)195º11.52%95.29%-
XYZ74.280.9196.5-
YUV230.52135.04116.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.98%
GREEN value IS 236 (92.58% from 255) = 34.01%
BLUE value IS 243 (95.31% from 255) = 35.01%
R=30.98%
G=34.01%
B=35.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152362430.120.0300.0519553.8589.8
HexD7ECF3C305c3365a
Octal3273543631430530366132
Binary1101011111101100111100111100110101110000111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ECF3; }

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

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

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

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

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

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

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

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