Shades of Pattens Blue #DCDEDF
Tints of Pattens Blue #DCDEDF
RGB
CMYK
RGB Variations
Color information
#DCDEDF (or 0xDCDEDF) is known color: Pattens Blue. HEX triplet: DC, DE and DF. RGB value is (220,222,223). Sum of RGB (Red+Green+Blue) = 220+222+223=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEDF is #232120. Grayscale: #DDDDDD. Windows color (decimal): -2302241 or 14671580. OLE color: 14671580.
HSL color Cylindrical-coordinate representation of color #DCDEDF: hue angle of 200º degrees, saturation: 0.04, 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 #DCDEDF is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 223 | - |
CMYK | 0.01 | 0.00 | 0 | 0.13 |
HSL | 200º | 0.04% | 0.87% | - |
HSV(B) | 200º | 0.01% | 0.87% | - |
XYZ | 68.96 | 72.79 | 80.23 | - |
YUV | 221.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 223 | 0.01 | 0.00 | 0 | 0.13 | 200 | 0.04 | 0.87 |
Hex | DC | DE | DF | 1 | 0 | 0 | D | C8 | 4 | 57 |
Octal | 334 | 336 | 337 | 1 | 0 | 0 | 15 | 310 | 4 | 127 |
Binary | 11011100 | 11011110 | 11011111 | 1 | 0 | 0 | 1101 | 11001000 | 100 | 1010111 |
Color Harmonies of #DCDEDF
Complementary color
Monochromatic Colors of #DCDEDF
Black with #DCDEDF
Text Example
Text Example
White with #DCDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEDF; }
p { color: rgb(220,222,223); }
H1.HeaderClassName
{
color: #DCDEDF;
}
.AnyTagClassName
{
color: #DCDEDF;
}
</style>
background-color css
<style>
a { background-color: #DCDEDF; }
a { background-color: rgb(220,222,223); }
div.DivClassName
{
background-color: #DCDEDF;
}
.BgClassName
{
background-color: #DCDEDF;
}
</style>
border-color css
<style>
span { border-color: #DCDEDF; }
span { border-color: rgb(220,222,223); }
td.TdClassName
{
border-color: #DCDEDF;
}
.TagClassName
{
border-color: #DCDEDF;
}
</style>