#D9DEE0

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

Shades of Pattens Blue #D9DEE0

Tints of Pattens Blue #D9DEE0

Color information

#D9DEE0 (or 0xD9DEE0) is unknown color: approx Pattens Blue. HEX triplet: D9, DE and E0. RGB value is (217,222,224). Sum of RGB (Red+Green+Blue) = 217+222+224=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEE0 is #26211F. Grayscale: #DCDCDC. Windows color (decimal): -2498848 or 14737113. OLE color: 14737113.

HSL color Cylindrical-coordinate representation of color #D9DEE0: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DEE0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217222224-
CMYK0.030.0100.12
HSL197.14º10.14%86.47%-
HSV(B)197.14º3.12%87.84%-
XYZ68.1972.3880.9-
YUV220.73129.84125.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.73%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 224 (87.89% from 255) = 33.79%
R=32.73%
G=33.48%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172222240.030.0100.12197.1410.1486.47
HexD9DEE0310Cc5a56
Octal3313363403101430512126
Binary110110011101111011100000111011001100010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEE0; }

 p { color: rgb(217,222,224); }

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

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

 a { background-color: rgb(217,222,224); }

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

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

 span { border-color: rgb(217,222,224); }

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