#DCDDDE

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

Shades of Pattens Blue #DCDDDE

Tints of Pattens Blue #DCDDDE

Color information

#DCDDDE (or 0xDCDDDE) is unknown color: approx Pattens Blue. HEX triplet: DC, DD and DE. RGB value is (220,221,222). Sum of RGB (Red+Green+Blue) = 220+221+222=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDDE is #232221. Grayscale: #DCDCDC. Windows color (decimal): -2302498 or 14605788. OLE color: 14605788.

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

Color convert

RGB220221222-
CMYK0.010.0000.13
HSL210º2.94%86.67%-
HSV(B)210º0.9%87.06%-
XYZ68.5672.279.43-
YUV220.82128.67127.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.18%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=33.18%
G=33.33%
B=33.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202212220.010.0000.132102.9486.67
HexDCDDDE100Dd2357
Octal334335336100153223127
Binary110111001101110111011110100110111010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDDE; }

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

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

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

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

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

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

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

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