#D1E7FA

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

Shades of Pattens Blue #D1E7FA

Tints of Pattens Blue #D1E7FA

Color information

#D1E7FA (or 0xD1E7FA) is unknown color: approx Pattens Blue. HEX triplet: D1, E7 and FA. RGB value is (209,231,250). Sum of RGB (Red+Green+Blue) = 209+231+250=690 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.29% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1E7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E7FA is #2E1805. Grayscale: #E2E2E2. Windows color (decimal): -3020806 or 16443345. OLE color: 16443345.

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

Color convert

RGB209231250-
CMYK0.160.0800.02
HSL207.8º80.39%90%-
HSV(B)207.8º16.4%98.04%-
XYZ72.1377.61101.62-
YUV226.59141.21115.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.29%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=30.29%
G=33.48%
B=36.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092312500.160.0800.02207.880.3990
HexD1E7FA10802d0505a
Octal321347372201002320120132
Binary1101000111100111111110101000010000101101000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E7FA; }

 p { color: rgb(209,231,250); }

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

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

 a { background-color: rgb(209,231,250); }

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

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

 span { border-color: rgb(209,231,250); }

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