#D9DCDF

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

Shades of Pattens Blue #D9DCDF

Tints of Pattens Blue #D9DCDF

Color information

#D9DCDF (or 0xD9DCDF) is unknown color: approx Pattens Blue. HEX triplet: D9, DC and DF. RGB value is (217,220,223). Sum of RGB (Red+Green+Blue) = 217+220+223=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCDF is #262320. Grayscale: #DBDBDB. Windows color (decimal): -2499361 or 14671065. OLE color: 14671065.

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

Color convert

RGB217220223-
CMYK0.030.0100.13
HSL210º8.57%86.27%-
HSV(B)210º2.69%87.45%-
XYZ67.5371.2780.01-
YUV219.44130.01126.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.88%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=32.88%
G=33.33%
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.13
SystemRedGreenBlueCMYKHSL
Decimal2172202230.030.0100.132108.5786.27
HexD9DCDF310Dd2956
Octal3313343373101532211126
Binary110110011101110011011111111011011101001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCDF; }

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

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

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

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

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

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

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

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