#D9E5EC

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

Shades of Pattens Blue #D9E5EC

Tints of Pattens Blue #D9E5EC

Color information

#D9E5EC (or 0xD9E5EC) is unknown color: approx Pattens Blue. HEX triplet: D9, E5 and EC. RGB value is (217,229,236). Sum of RGB (Red+Green+Blue) = 217+229+236=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E5EC is #261A13. Grayscale: #E2E2E2. Windows color (decimal): -2497044 or 15525337. OLE color: 15525337.

HSL color Cylindrical-coordinate representation of color #D9E5EC: hue angle of 202.11º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9E5EC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217229236-
CMYK0.080.0300.07
HSL202.11º33.33%88.82%-
HSV(B)202.11º8.05%92.55%-
XYZ71.7776.8590.41-
YUV226.21133.52121.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.82%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=31.82%
G=33.58%
B=34.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172292360.080.0300.07202.1133.3388.82
HexD9E5EC8307ca2159
Octal3313453541030731241131
Binary1101100111100101111011001000110111110010101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E5EC; }

 p { color: rgb(217,229,236); }

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

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

 a { background-color: rgb(217,229,236); }

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

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

 span { border-color: rgb(217,229,236); }

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