Shades of Pattens Blue #DCDFE0
Tints of Pattens Blue #DCDFE0
RGB
CMYK
RGB Variations
Color information
#DCDFE0 (or 0xDCDFE0) is known color: 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
| RGB | 220 | 223 | 224 | - |
| CMYK | 0.02 | 0.00 | 0 | 0.12 |
| HSL | 195º | 0.06% | 0.87% | - |
| HSV(B) | 195º | 0.02% | 0.88% | - |
| XYZ | 69.36 | 73.37 | 81.03 | - |
| YUV | 222.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 224 | 0.02 | 0.00 | 0 | 0.12 | 195 | 0.06 | 0.87 |
| Hex | DC | DF | E0 | 2 | 0 | 0 | C | C3 | 6 | 57 |
| Octal | 334 | 337 | 340 | 2 | 0 | 0 | 14 | 303 | 6 | 127 |
| Binary | 11011100 | 11011111 | 11100000 | 10 | 0 | 0 | 1100 | 11000011 | 110 | 1010111 |
Color Harmonies of #DCDFE0
Complementary color
Monochromatic Colors of #DCDFE0
Black with #DCDFE0
Text Example
Text Example
White with #DCDFE0
Text Example
Text Example
HTML Codes & Css Web 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>