Shades of Pattens Blue #D4DDE4
Tints of Pattens Blue #D4DDE4
RGB
CMYK
RGB Variations
Color information
#D4DDE4 (or 0xD4DDE4) is known color: Pattens Blue. HEX triplet: D4, DD and E4. RGB value is (212,221,228). Sum of RGB (Red+Green+Blue) = 212+221+228=661 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.07% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 228 - color contains mainly: blue. Hex color #D4DDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDE4 is #2B221B. Grayscale: #DBDBDB. Windows color (decimal): -2826780 or 14998996. OLE color: 14998996.
HSL color Cylindrical-coordinate representation of color #D4DDE4: hue angle of 206.25º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4DDE4 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 212 | 221 | 228 | - |
CMYK | 0.07 | 0.03 | 0 | 0.11 |
HSL | 206.25º | 0.23% | 0.86% | - |
HSV(B) | 206.25º | 0.07% | 0.89% | - |
XYZ | 67.01 | 71.31 | 83.63 | - |
YUV | 219.11 | 133.02 | 122.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 228 | 0.07 | 0.03 | 0 | 0.11 | 206.25 | 0.23 | 0.86 |
Hex | D4 | DD | E4 | 7 | 3 | 0 | B | CE | 17 | 56 |
Octal | 324 | 335 | 344 | 7 | 3 | 0 | 13 | 316 | 27 | 126 |
Binary | 11010100 | 11011101 | 11100100 | 111 | 11 | 0 | 1011 | 11001110 | 10111 | 1010110 |
Color Harmonies of #D4DDE4
Complementary color
Monochromatic Colors of #D4DDE4
Black with #D4DDE4
Text Example
Text Example
White with #D4DDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDE4; }
p { color: rgb(212,221,228); }
H1.HeaderClassName
{
color: #D4DDE4;
}
.AnyTagClassName
{
color: #D4DDE4;
}
</style>
background-color css
<style>
a { background-color: #D4DDE4; }
a { background-color: rgb(212,221,228); }
div.DivClassName
{
background-color: #D4DDE4;
}
.BgClassName
{
background-color: #D4DDE4;
}
</style>
border-color css
<style>
span { border-color: #D4DDE4; }
span { border-color: rgb(212,221,228); }
td.TdClassName
{
border-color: #D4DDE4;
}
.TagClassName
{
border-color: #D4DDE4;
}
</style>