#DCDFE0

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

Shades of Pattens Blue #DCDFE0

Tints of Pattens Blue #DCDFE0

Color information

#DCDFE0 (or 0xDCDFE0) is unknown color: approx Pattens Blue. HEX triplet: DC, DF and E0. RGB value is (220,223,224). Sum of RGB (Red+Green+Blue) = 220+223+224=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFE0 is #23201F. Grayscale: #DEDEDE. Windows color (decimal): -2301984 or 14737372. OLE color: 14737372.

HSL color Cylindrical-coordinate representation of color #DCDFE0: hue angle of 195º 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 #DCDFE0 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220223224-
CMYK0.020.0000.12
HSL195º6.06%87.06%-
HSV(B)195º1.79%87.84%-
XYZ69.3673.3781.03-
YUV222.22129.01126.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 223 (87.5% from 255) = 33.43%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=32.98%
G=33.43%
B=33.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202232240.020.0000.121956.0687.06
HexDCDFE0200Cc3657
Octal334337340200143036127
Binary11011100110111111110000010001100110000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFE0; }

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

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

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

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

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

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

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

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