#D1E0EE

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

Shades of Pattens Blue #D1E0EE

Tints of Pattens Blue #D1E0EE

Color information

#D1E0EE (or 0xD1E0EE) is unknown color: approx Pattens Blue. HEX triplet: D1, E0 and EE. RGB value is (209,224,238). Sum of RGB (Red+Green+Blue) = 209+224+238=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E0EE is #2E1F11. Grayscale: #DDDDDD. Windows color (decimal): -3022610 or 15655121. OLE color: 15655121.

HSL color Cylindrical-coordinate representation of color #D1E0EE: hue angle of 208.97º 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 #D1E0EE is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209224238-
CMYK0.120.0600.07
HSL208.97º46.03%87.65%-
HSV(B)208.97º12.18%93.33%-
XYZ68.3873.0491.38-
YUV221.11137.53119.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.15%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=31.15%
G=33.38%
B=35.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092242380.120.0600.07208.9746.0387.65
HexD1E0EEC607d12e58
Octal3213403561460732156130
Binary11010001111000001110111011001100111110100011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E0EE; }

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

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

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

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

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

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

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

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