Shades of Pattens Blue #DDDEDF
Tints of Pattens Blue #DDDEDF
RGB
CMYK
RGB Variations
Color information
#DDDEDF (or 0xDDDEDF) is known color: Pattens Blue. HEX triplet: DD, DE and DF. RGB value is (221,222,223). Sum of RGB (Red+Green+Blue) = 221+222+223=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEDF is #222120. Grayscale: #DDDDDD. Windows color (decimal): -2236705 or 14671581. OLE color: 14671581.
HSL color Cylindrical-coordinate representation of color #DDDEDF: 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 #DDDEDF is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 222 | 223 | - |
CMYK | 0.01 | 0.00 | 0 | 0.13 |
HSL | 210º | 0.03% | 0.87% | - |
HSV(B) | 210º | 0.01% | 0.87% | - |
XYZ | 69.26 | 72.94 | 80.24 | - |
YUV | 221.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 223 | 0.01 | 0.00 | 0 | 0.13 | 210 | 0.03 | 0.87 |
Hex | DD | DE | DF | 1 | 0 | 0 | D | D2 | 3 | 57 |
Octal | 335 | 336 | 337 | 1 | 0 | 0 | 15 | 322 | 3 | 127 |
Binary | 11011101 | 11011110 | 11011111 | 1 | 0 | 0 | 1101 | 11010010 | 11 | 1010111 |
Color Harmonies of #DDDEDF
Complementary color
Monochromatic Colors of #DDDEDF
Black with #DDDEDF
Text Example
Text Example
White with #DDDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEDF; }
p { color: rgb(221,222,223); }
H1.HeaderClassName
{
color: #DDDEDF;
}
.AnyTagClassName
{
color: #DDDEDF;
}
</style>
background-color css
<style>
a { background-color: #DDDEDF; }
a { background-color: rgb(221,222,223); }
div.DivClassName
{
background-color: #DDDEDF;
}
.BgClassName
{
background-color: #DDDEDF;
}
</style>
border-color css
<style>
span { border-color: #DDDEDF; }
span { border-color: rgb(221,222,223); }
td.TdClassName
{
border-color: #DDDEDF;
}
.TagClassName
{
border-color: #DDDEDF;
}
</style>