#D1EAF5

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

Shades of Pattens Blue #D1EAF5

Tints of Pattens Blue #D1EAF5

Color information

#D1EAF5 (or 0xD1EAF5) is unknown color: approx Pattens Blue. HEX triplet: D1, EA and F5. RGB value is (209,234,245). Sum of RGB (Red+Green+Blue) = 209+234+245=688 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.38% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1EAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAF5 is #2E150A. Grayscale: #E3E3E3. Windows color (decimal): -3020043 or 16116433. OLE color: 16116433.

HSL color Cylindrical-coordinate representation of color #D1EAF5: hue angle of 198.33º degrees, saturation: 0.64, 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 #D1EAF5 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209234245-
CMYK0.150.0400.04
HSL198.33º64.29%89.02%-
HSV(B)198.33º14.69%96.08%-
XYZ72.278.9997.83-
YUV227.78137.72114.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.38%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 245 (96.09% from 255) = 35.61%
R=30.38%
G=34.01%
B=35.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092342450.150.0400.04198.3364.2989.02
HexD1EAF5F404c64059
Octal32135236517404306100131
Binary110100011110101011110101111110001001100011010000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAF5; }

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

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

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

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

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

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

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

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