Shades of Pattens Blue #D4DCE3
Tints of Pattens Blue #D4DCE3
RGB
CMYK
RGB Variations
Color information
#D4DCE3 (or 0xD4DCE3) is known color: Pattens Blue. HEX triplet: D4, DC and E3. RGB value is (212,220,227). Sum of RGB (Red+Green+Blue) = 212+220+227=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 227 - color contains mainly: blue. Hex color #D4DCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCE3 is #2B231C. Grayscale: #DADADA. Windows color (decimal): -2827037 or 14933204. OLE color: 14933204.
HSL color Cylindrical-coordinate representation of color #D4DCE3: hue angle of 208º degrees, saturation: 0.21, 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 #D4DCE3 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 212 | 220 | 227 | - |
CMYK | 0.07 | 0.03 | 0 | 0.11 |
HSL | 208º | 0.21% | 0.86% | - |
HSV(B) | 208º | 0.07% | 0.89% | - |
XYZ | 66.61 | 70.73 | 82.81 | - |
YUV | 218.41 | 132.85 | 123.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 227 | 0.07 | 0.03 | 0 | 0.11 | 208 | 0.21 | 0.86 |
Hex | D4 | DC | E3 | 7 | 3 | 0 | B | D0 | 15 | 56 |
Octal | 324 | 334 | 343 | 7 | 3 | 0 | 13 | 320 | 25 | 126 |
Binary | 11010100 | 11011100 | 11100011 | 111 | 11 | 0 | 1011 | 11010000 | 10101 | 1010110 |
Color Harmonies of #D4DCE3
Complementary color
Monochromatic Colors of #D4DCE3
Black with #D4DCE3
Text Example
Text Example
White with #D4DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCE3; }
p { color: rgb(212,220,227); }
H1.HeaderClassName
{
color: #D4DCE3;
}
.AnyTagClassName
{
color: #D4DCE3;
}
</style>
background-color css
<style>
a { background-color: #D4DCE3; }
a { background-color: rgb(212,220,227); }
div.DivClassName
{
background-color: #D4DCE3;
}
.BgClassName
{
background-color: #D4DCE3;
}
</style>
border-color css
<style>
span { border-color: #D4DCE3; }
span { border-color: rgb(212,220,227); }
td.TdClassName
{
border-color: #D4DCE3;
}
.TagClassName
{
border-color: #D4DCE3;
}
</style>