#D6DCDE

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

Shades of Pattens Blue #D6DCDE

Tints of Pattens Blue #D6DCDE

Color information

#D6DCDE (or 0xD6DCDE) is unknown color: approx Pattens Blue. HEX triplet: D6, DC and DE. RGB value is (214,220,222). Sum of RGB (Red+Green+Blue) = 214+220+222=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCDE is #292321. Grayscale: #DADADA. Windows color (decimal): -2695970 or 14605526. OLE color: 14605526.

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

Color convert

RGB214220222-
CMYK0.040.0100.13
HSL195º10.81%85.49%-
HSV(B)195º3.6%87.06%-
XYZ66.5170.7679.26-
YUV218.43130.01124.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.62%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=32.62%
G=33.54%
B=33.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142202220.040.0100.1319510.8185.49
HexD6DCDE410Dc3b55
Octal3263343364101530313125
Binary1101011011011100110111101001011011100001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCDE; }

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

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

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

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

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

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

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

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