#D9E7EB

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

Shades of Pattens Blue #D9E7EB

Tints of Pattens Blue #D9E7EB

Color information

#D9E7EB (or 0xD9E7EB) is unknown color: approx Pattens Blue. HEX triplet: D9, E7 and EB. RGB value is (217,231,235). Sum of RGB (Red+Green+Blue) = 217+231+235=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9E7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7EB is #261814. Grayscale: #E3E3E3. Windows color (decimal): -2496533 or 15460313. OLE color: 15460313.

HSL color Cylindrical-coordinate representation of color #D9E7EB: hue angle of 193.33º 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 #D9E7EB is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217231235-
CMYK0.080.0200.08
HSL193.33º31.03%88.63%-
HSV(B)193.33º7.66%92.16%-
XYZ72.1977.989.83-
YUV227.27132.36120.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.77%
GREEN value IS 231 (90.62% from 255) = 33.82%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=31.77%
G=33.82%
B=34.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172312350.080.0200.08193.3331.0388.63
HexD9E7EB8208c11f59
Octal33134735310201030137131
Binary1101100111100111111010111000100100011000001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E7EB; }

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

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

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

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

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

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

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

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