#D6DADD

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

Shades of Pattens Blue #D6DADD

Tints of Pattens Blue #D6DADD

Color information

#D6DADD (or 0xD6DADD) is unknown color: approx Pattens Blue. HEX triplet: D6, DA and DD. RGB value is (214,218,221). Sum of RGB (Red+Green+Blue) = 214+218+221=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DADD is #292522. Grayscale: #D9D9D9. Windows color (decimal): -2696483 or 14539478. OLE color: 14539478.

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

Color convert

RGB214218221-
CMYK0.030.0100.13
HSL205.71º9.33%85.29%-
HSV(B)205.71º3.17%86.67%-
XYZ65.8569.6678.38-
YUV217.15130.17125.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.77%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=32.77%
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.13
SystemRedGreenBlueCMYKHSL
Decimal2142182210.030.0100.13205.719.3385.29
HexD6DADD310Dce955
Octal3263323353101531611125
Binary110101101101101011011101111011011100111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DADD; }

 p { color: rgb(214,218,221); }

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

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

 a { background-color: rgb(214,218,221); }

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

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

 span { border-color: rgb(214,218,221); }

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