#D9DCDE

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

Shades of Pattens Blue #D9DCDE

Tints of Pattens Blue #D9DCDE

Color information

#D9DCDE (or 0xD9DCDE) is unknown color: approx Pattens Blue. HEX triplet: D9, DC and DE. RGB value is (217,220,222). Sum of RGB (Red+Green+Blue) = 217+220+222=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCDE is #262321. Grayscale: #DBDBDB. Windows color (decimal): -2499362 or 14605529. OLE color: 14605529.

HSL color Cylindrical-coordinate representation of color #D9DCDE: hue angle of 204º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DCDE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217220222-
CMYK0.020.0100.13
HSL204º7.04%86.08%-
HSV(B)204º2.25%87.06%-
XYZ67.3971.2179.3-
YUV219.33129.51126.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.93%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=32.93%
G=33.38%
B=33.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172202220.020.0100.132047.0486.08
HexD9DCDE210Dcc756
Octal331334336210153147126
Binary11011001110111001101111010101101110011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCDE; }

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

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

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

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

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

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

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

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