Shades of Pattens Blue #DADDDF
Tints of Pattens Blue #DADDDF
RGB
CMYK
RGB Variations
Color information
#DADDDF (or 0xDADDDF) is known color: Pattens Blue. HEX triplet: DA, DD and DF. RGB value is (218,221,223). Sum of RGB (Red+Green+Blue) = 218+221+223=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 223 - color contains mainly: blue. Hex color #DADDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDDF is #252220. Grayscale: #DCDCDC. Windows color (decimal): -2433569 or 14671322. OLE color: 14671322.
HSL color Cylindrical-coordinate representation of color #DADDDF: hue angle of 204º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADDDF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 223 | - |
CMYK | 0.02 | 0.01 | 0 | 0.13 |
HSL | 204º | 0.07% | 0.86% | - |
HSV(B) | 204º | 0.02% | 0.87% | - |
XYZ | 68.09 | 71.95 | 80.11 | - |
YUV | 220.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 223 | 0.02 | 0.01 | 0 | 0.13 | 204 | 0.07 | 0.86 |
Hex | DA | DD | DF | 2 | 1 | 0 | D | CC | 7 | 56 |
Octal | 332 | 335 | 337 | 2 | 1 | 0 | 15 | 314 | 7 | 126 |
Binary | 11011010 | 11011101 | 11011111 | 10 | 1 | 0 | 1101 | 11001100 | 111 | 1010110 |
Color Harmonies of #DADDDF
Complementary color
Monochromatic Colors of #DADDDF
Black with #DADDDF
Text Example
Text Example
White with #DADDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDDF; }
p { color: rgb(218,221,223); }
H1.HeaderClassName
{
color: #DADDDF;
}
.AnyTagClassName
{
color: #DADDDF;
}
</style>
background-color css
<style>
a { background-color: #DADDDF; }
a { background-color: rgb(218,221,223); }
div.DivClassName
{
background-color: #DADDDF;
}
.BgClassName
{
background-color: #DADDDF;
}
</style>
border-color css
<style>
span { border-color: #DADDDF; }
span { border-color: rgb(218,221,223); }
td.TdClassName
{
border-color: #DADDDF;
}
.TagClassName
{
border-color: #DADDDF;
}
</style>