#D1E5FA

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

Shades of Pattens Blue #D1E5FA

Tints of Pattens Blue #D1E5FA

Color information

#D1E5FA (or 0xD1E5FA) is unknown color: approx Pattens Blue. HEX triplet: D1, E5 and FA. RGB value is (209,229,250). Sum of RGB (Red+Green+Blue) = 209+229+250=688 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.38% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1E5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E5FA is #2E1A05. Grayscale: #E1E1E1. Windows color (decimal): -3021318 or 16442833. OLE color: 16442833.

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

Color convert

RGB209229250-
CMYK0.160.0800.02
HSL210.73º80.39%90%-
HSV(B)210.73º16.4%98.04%-
XYZ71.5776.5101.44-
YUV225.41141.87116.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.38%
GREEN value IS 229 (89.84% from 255) = 33.28%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=30.38%
G=33.28%
B=36.34%

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
Decimal2092292500.160.0800.02210.7380.3990
HexD1E5FA10802d3505a
Octal321345372201002323120132
Binary1101000111100101111110101000010000101101001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E5FA; }

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

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

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

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

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

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

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

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