#D6DADC

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

Shades of Pattens Blue #D6DADC

Tints of Pattens Blue #D6DADC

Color information

#D6DADC (or 0xD6DADC) is unknown color: approx Pattens Blue. HEX triplet: D6, DA and DC. RGB value is (214,218,220). Sum of RGB (Red+Green+Blue) = 214+218+220=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DADC is #292523. Grayscale: #D9D9D9. Windows color (decimal): -2696484 or 14473942. OLE color: 14473942.

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

Color convert

RGB214218220-
CMYK0.030.0100.14
HSL200º7.89%85.1%-
HSV(B)200º2.73%86.27%-
XYZ65.7269.6177.68-
YUV217.03129.67125.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.82%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=32.82%
G=33.44%
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.14
SystemRedGreenBlueCMYKHSL
Decimal2142182200.030.0100.142007.8985.1
HexD6DADC310Ec8855
Octal3263323343101631010125
Binary110101101101101011011100111011101100100010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DADC; }

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

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

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

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

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

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

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

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