#D1EAF6

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

Shades of Pattens Blue #D1EAF6

Tints of Pattens Blue #D1EAF6

Color information

#D1EAF6 (or 0xD1EAF6) is unknown color: approx Pattens Blue. HEX triplet: D1, EA and F6. RGB value is (209,234,246). Sum of RGB (Red+Green+Blue) = 209+234+246=689 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.33% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1EAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAF6 is #2E1509. Grayscale: #E3E3E3. Windows color (decimal): -3020042 or 16181969. OLE color: 16181969.

HSL color Cylindrical-coordinate representation of color #D1EAF6: hue angle of 199.46º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1EAF6 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209234246-
CMYK0.150.0500.04
HSL199.46º67.27%89.22%-
HSV(B)199.46º15.04%96.47%-
XYZ72.3579.0598.63-
YUV227.89138.22114.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.33%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 246 (96.48% from 255) = 35.70%
R=30.33%
G=33.96%
B=35.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092342460.150.0500.04199.4667.2789.22
HexD1EAF6F504c74359
Octal32135236617504307103131
Binary110100011110101011110110111110101001100011110000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAF6; }

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

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

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

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

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

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

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

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