#D1ECFB

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

Shades of Pattens Blue #D1ECFB

Tints of Pattens Blue #D1ECFB

Color information

#D1ECFB (or 0xD1ECFB) is unknown color: approx Pattens Blue. HEX triplet: D1, EC and FB. RGB value is (209,236,251). Sum of RGB (Red+Green+Blue) = 209+236+251=696 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.03% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1ECFB is #2E1304. Grayscale: #E5E5E5. Windows color (decimal): -3019525 or 16510161. OLE color: 16510161.

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

Color convert

RGB209236251-
CMYK0.170.0600.02
HSL201.43º84%90.2%-
HSV(B)201.43º16.73%98.43%-
XYZ73.780.51102.92-
YUV229.64140.05113.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.03%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=30.03%
G=33.91%
B=36.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092362510.170.0600.02201.438490.2
HexD1ECFB11602c9545a
Octal32135437321602311124132
Binary110100011110110011111011100011100101100100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ECFB; }

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

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

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

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

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

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

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

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