#D1ECFA

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

Shades of Pattens Blue #D1ECFA

Tints of Pattens Blue #D1ECFA

Color information

#D1ECFA (or 0xD1ECFA) is unknown color: approx Pattens Blue. HEX triplet: D1, EC and FA. RGB value is (209,236,250). Sum of RGB (Red+Green+Blue) = 209+236+250=695 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.07% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1ECFA is #2E1305. Grayscale: #E5E5E5. Windows color (decimal): -3019526 or 16444625. OLE color: 16444625.

HSL color Cylindrical-coordinate representation of color #D1ECFA: hue angle of 200.49º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1ECFA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209236250-
CMYK0.160.0600.02
HSL200.49º80.39%90%-
HSV(B)200.49º16.4%98.04%-
XYZ73.5580.45102.09-
YUV229.52139.55113.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.07%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=30.07%
G=33.96%
B=35.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092362500.160.0600.02200.4980.3990
HexD1ECFA10602c8505a
Octal32135437220602310120132
Binary110100011110110011111010100001100101100100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ECFA; }

 p { color: rgb(209,236,250); }

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

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

 a { background-color: rgb(209,236,250); }

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

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

 span { border-color: rgb(209,236,250); }

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