#D9DDE0

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

Shades of Pattens Blue #D9DDE0

Tints of Pattens Blue #D9DDE0

Color information

#D9DDE0 (or 0xD9DDE0) is unknown color: approx Pattens Blue. HEX triplet: D9, DD and E0. RGB value is (217,221,224). Sum of RGB (Red+Green+Blue) = 217+221+224=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDE0 is #26221F. Grayscale: #DCDCDC. Windows color (decimal): -2499104 or 14736857. OLE color: 14736857.

HSL color Cylindrical-coordinate representation of color #D9DDE0: hue angle of 205.71º 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 #D9DDE0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217221224-
CMYK0.030.0100.12
HSL205.71º10.14%86.47%-
HSV(B)205.71º3.12%87.84%-
XYZ67.9371.8580.81-
YUV220.15130.17125.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.78%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 224 (87.89% from 255) = 33.84%
R=32.78%
G=33.38%
B=33.84%

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
Decimal2172212240.030.0100.12205.7110.1486.47
HexD9DDE0310Ccea56
Octal3313353403101431612126
Binary110110011101110111100000111011001100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDE0; }

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

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

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

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

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

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

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

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