#D9E5EB

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

Shades of Pattens Blue #D9E5EB

Tints of Pattens Blue #D9E5EB

Color information

#D9E5EB (or 0xD9E5EB) is unknown color: approx Pattens Blue. HEX triplet: D9, E5 and EB. RGB value is (217,229,235). Sum of RGB (Red+Green+Blue) = 217+229+235=681 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.86% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E5EB is #261A14. Grayscale: #E2E2E2. Windows color (decimal): -2497045 or 15459801. OLE color: 15459801.

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

Color convert

RGB217229235-
CMYK0.080.0300.08
HSL200º31.03%88.63%-
HSV(B)200º7.66%92.16%-
XYZ71.6376.7989.64-
YUV226.1133.02121.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.86%
GREEN value IS 229 (89.84% from 255) = 33.63%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=31.86%
G=33.63%
B=34.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172292350.080.0300.0820031.0388.63
HexD9E5EB8308c81f59
Octal33134535310301031037131
Binary1101100111100101111010111000110100011001000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E5EB; }

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

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

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

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

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

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

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

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