#D1EBF1

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

Shades of Pattens Blue #D1EBF1

Tints of Pattens Blue #D1EBF1

Color information

#D1EBF1 (or 0xD1EBF1) is unknown color: approx Pattens Blue. HEX triplet: D1, EB and F1. RGB value is (209,235,241). Sum of RGB (Red+Green+Blue) = 209+235+241=685 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.51% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1EBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EBF1 is #2E140E. Grayscale: #E3E3E3. Windows color (decimal): -3019791 or 15854545. OLE color: 15854545.

HSL color Cylindrical-coordinate representation of color #D1EBF1: hue angle of 191.25º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EBF1 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209235241-
CMYK0.130.0200.05
HSL191.25º53.33%88.24%-
HSV(B)191.25º13.28%94.51%-
XYZ71.8879.3294.74-
YUV227.91135.39114.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.51%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=30.51%
G=34.31%
B=35.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092352410.130.0200.05191.2553.3388.24
HexD1EBF1D205bf3558
Octal3213533611520527765130
Binary1101000111101011111100011101100101101111111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EBF1; }

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

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

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

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

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

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

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

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