#D1EAF9

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

Shades of Pattens Blue #D1EAF9

Tints of Pattens Blue #D1EAF9

Color information

#D1EAF9 (or 0xD1EAF9) is unknown color: approx Pattens Blue. HEX triplet: D1, EA and F9. RGB value is (209,234,249). Sum of RGB (Red+Green+Blue) = 209+234+249=692 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.20% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1EAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAF9 is #2E1506. Grayscale: #E4E4E4. Windows color (decimal): -3020039 or 16378577. OLE color: 16378577.

HSL color Cylindrical-coordinate representation of color #D1EAF9: hue angle of 202.5º degrees, saturation: 0.77, 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 #D1EAF9 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209234249-
CMYK0.160.0600.02
HSL202.5º76.92%89.8%-
HSV(B)202.5º16.06%97.65%-
XYZ72.8279.24101.08-
YUV228.24139.72114.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.20%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 249 (97.66% from 255) = 35.98%
R=30.20%
G=33.82%
B=35.98%

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
Decimal2092342490.160.0600.02202.576.9289.8
HexD1EAF910602ca4d5a
Octal32135237120602312115132
Binary110100011110101011111001100001100101100101010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAF9; }

 p { color: rgb(209,234,249); }

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

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

 a { background-color: rgb(209,234,249); }

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

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

 span { border-color: rgb(209,234,249); }

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