#D9E7ED

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

Shades of Pattens Blue #D9E7ED

Tints of Pattens Blue #D9E7ED

Color information

#D9E7ED (or 0xD9E7ED) is unknown color: approx Pattens Blue. HEX triplet: D9, E7 and ED. RGB value is (217,231,237). Sum of RGB (Red+Green+Blue) = 217+231+237=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9E7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7ED is #261812. Grayscale: #E3E3E3. Windows color (decimal): -2496531 or 15591385. OLE color: 15591385.

HSL color Cylindrical-coordinate representation of color #D9E7ED: hue angle of 198º degrees, saturation: 0.36, 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 #D9E7ED is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217231237-
CMYK0.080.0300.07
HSL198º35.71%89.02%-
HSV(B)198º8.44%92.94%-
XYZ72.4878.0291.36-
YUV227.5133.36120.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.68%
GREEN value IS 231 (90.62% from 255) = 33.72%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=31.68%
G=33.72%
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
Decimal2172312370.080.0300.0719835.7189.02
HexD9E7ED8307c62459
Octal3313473551030730644131
Binary1101100111100111111011011000110111110001101001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E7ED; }

 p { color: rgb(217,231,237); }

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

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

 a { background-color: rgb(217,231,237); }

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

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

 span { border-color: rgb(217,231,237); }

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