#D1E5EB

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

Shades of Pattens Blue #D1E5EB

Tints of Pattens Blue #D1E5EB

Color information

#D1E5EB (or 0xD1E5EB) is unknown color: approx Pattens Blue. HEX triplet: D1, E5 and EB. RGB value is (209,229,235). Sum of RGB (Red+Green+Blue) = 209+229+235=673 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.05% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E5EB is #2E1A14. Grayscale: #DFDFDF. Windows color (decimal): -3021333 or 15459793. OLE color: 15459793.

HSL color Cylindrical-coordinate representation of color #D1E5EB: hue angle of 193.85º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1E5EB is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209229235-
CMYK0.110.0300.08
HSL193.85º39.39%87.06%-
HSV(B)193.85º11.06%92.16%-
XYZ69.3175.5989.54-
YUV223.7134.37117.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.05%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=31.05%
G=34.03%
B=34.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092292350.110.0300.08193.8539.3987.06
HexD1E5EBB308c22757
Octal32134535313301030247127
Binary11010001111001011110101110111101000110000101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E5EB; }

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

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

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

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

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

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

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

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