#D5ECF7

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

Shades of Pattens Blue #D5ECF7

Tints of Pattens Blue #D5ECF7

Color information

#D5ECF7 (or 0xD5ECF7) is unknown color: approx Pattens Blue. HEX triplet: D5, EC and F7. RGB value is (213,236,247). Sum of RGB (Red+Green+Blue) = 213+236+247=696 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.60% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5ECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5ECF7 is #2A1308. Grayscale: #E6E6E6. Windows color (decimal): -2757385 or 16248021. OLE color: 16248021.

HSL color Cylindrical-coordinate representation of color #D5ECF7: hue angle of 199.41º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5ECF7 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213236247-
CMYK0.140.0400.03
HSL199.41º68%90.2%-
HSV(B)199.41º13.77%96.86%-
XYZ74.2280.8599.69-
YUV230.38137.38115.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.60%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 247 (96.88% from 255) = 35.49%
R=30.60%
G=33.91%
B=35.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132362470.140.0400.03199.416890.2
HexD5ECF7E403c7445a
Octal32535436716403307104132
Binary11010101111011001111011111101000111100011110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECF7; }

 p { color: rgb(213,236,247); }

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

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

 a { background-color: rgb(213,236,247); }

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

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

 span { border-color: rgb(213,236,247); }

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