#D1E2EE

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

Shades of Pattens Blue #D1E2EE

Tints of Pattens Blue #D1E2EE

Color information

#D1E2EE (or 0xD1E2EE) is unknown color: approx Pattens Blue. HEX triplet: D1, E2 and EE. RGB value is (209,226,238). Sum of RGB (Red+Green+Blue) = 209+226+238=673 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.05% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1E2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E2EE is #2E1D11. Grayscale: #DEDEDE. Windows color (decimal): -3022098 or 15655633. OLE color: 15655633.

HSL color Cylindrical-coordinate representation of color #D1E2EE: hue angle of 204.83º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1E2EE is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209226238-
CMYK0.120.0500.07
HSL204.83º46.03%87.65%-
HSV(B)204.83º12.18%93.33%-
XYZ68.9274.1291.56-
YUV222.29136.87118.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.05%
GREEN value IS 226 (88.67% from 255) = 33.58%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=31.05%
G=33.58%
B=35.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092262380.120.0500.07204.8346.0387.65
HexD1E2EEC507cd2e58
Octal3213423561450731556130
Binary11010001111000101110111011001010111110011011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E2EE; }

 p { color: rgb(209,226,238); }

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

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

 a { background-color: rgb(209,226,238); }

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

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

 span { border-color: rgb(209,226,238); }

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