#D1EAF7

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

Shades of Pattens Blue #D1EAF7

Tints of Pattens Blue #D1EAF7

Color information

#D1EAF7 (or 0xD1EAF7) is unknown color: approx Pattens Blue. HEX triplet: D1, EA and F7. RGB value is (209,234,247). Sum of RGB (Red+Green+Blue) = 209+234+247=690 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.29% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1EAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAF7 is #2E1508. Grayscale: #E3E3E3. Windows color (decimal): -3020041 or 16247505. OLE color: 16247505.

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

Color convert

RGB209234247-
CMYK0.150.0500.03
HSL200.53º70.37%89.41%-
HSV(B)200.53º15.38%96.86%-
XYZ72.5179.1299.45-
YUV228.01138.72114.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.29%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 247 (96.88% from 255) = 35.80%
R=30.29%
G=33.91%
B=35.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2092342470.150.0500.03200.5370.3789.41
HexD1EAF7F503c94659
Octal32135236717503311106131
Binary11010001111010101111011111111010111100100110001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAF7; }

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

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

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

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

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

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

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

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