#DCDEE0

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

Shades of Pattens Blue #DCDEE0

Tints of Pattens Blue #DCDEE0

Color information

#DCDEE0 (or 0xDCDEE0) is unknown color: approx Pattens Blue. HEX triplet: DC, DE and E0. RGB value is (220,222,224). Sum of RGB (Red+Green+Blue) = 220+222+224=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEE0 is #23211F. Grayscale: #DDDDDD. Windows color (decimal): -2302240 or 14737116. OLE color: 14737116.

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

Color convert

RGB220222224-
CMYK0.020.0100.12
HSL210º6.06%87.06%-
HSV(B)210º1.79%87.84%-
XYZ69.0972.8480.94-
YUV221.63129.34126.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 224 (87.89% from 255) = 33.63%
R=33.03%
G=33.33%
B=33.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202222240.020.0100.122106.0687.06
HexDCDEE0210Cd2657
Octal334336340210143226127
Binary11011100110111101110000010101100110100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEE0; }

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

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

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

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

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

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

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

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