#D9DDDF

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

Shades of Pattens Blue #D9DDDF

Tints of Pattens Blue #D9DDDF

Color information

#D9DDDF (or 0xD9DDDF) is unknown color: approx Pattens Blue. HEX triplet: D9, DD and DF. RGB value is (217,221,223). Sum of RGB (Red+Green+Blue) = 217+221+223=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDDF is #262220. Grayscale: #DCDCDC. Windows color (decimal): -2499105 or 14671321. OLE color: 14671321.

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

Color convert

RGB217221223-
CMYK0.030.0100.13
HSL200º8.57%86.27%-
HSV(B)200º2.69%87.45%-
XYZ67.7971.7980.1-
YUV220.03129.67125.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.83%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=32.83%
G=33.43%
B=33.74%

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
Decimal2172212230.030.0100.132008.5786.27
HexD9DDDF310Dc8956
Octal3313353373101531011126
Binary110110011101110111011111111011011100100010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDDF; }

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

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

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

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

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

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

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

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