Shades of Pattens Blue #D4DDE5
Tints of Pattens Blue #D4DDE5
RGB
CMYK
RGB Variations
Color information
#D4DDE5 (or 0xD4DDE5) is known color: Pattens Blue. HEX triplet: D4, DD and E5. RGB value is (212,221,229). Sum of RGB (Red+Green+Blue) = 212+221+229=662 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.02% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4DDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDE5 is #2B221A. Grayscale: #DBDBDB. Windows color (decimal): -2826779 or 15064532. OLE color: 15064532.
HSL color Cylindrical-coordinate representation of color #D4DDE5: hue angle of 208.24º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4DDE5 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 212 | 221 | 229 | - |
CMYK | 0.07 | 0.03 | 0 | 0.10 |
HSL | 208.24º | 0.25% | 0.86% | - |
HSV(B) | 208.24º | 0.07% | 0.9% | - |
XYZ | 67.15 | 71.37 | 84.36 | - |
YUV | 219.22 | 133.52 | 122.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 229 | 0.07 | 0.03 | 0 | 0.10 | 208.24 | 0.25 | 0.86 |
Hex | D4 | DD | E5 | 7 | 3 | 0 | A | D0 | 19 | 56 |
Octal | 324 | 335 | 345 | 7 | 3 | 0 | 12 | 320 | 31 | 126 |
Binary | 11010100 | 11011101 | 11100101 | 111 | 11 | 0 | 1010 | 11010000 | 11001 | 1010110 |
Color Harmonies of #D4DDE5
Complementary color
Monochromatic Colors of #D4DDE5
Black with #D4DDE5
Text Example
Text Example
White with #D4DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDE5; }
p { color: rgb(212,221,229); }
H1.HeaderClassName
{
color: #D4DDE5;
}
.AnyTagClassName
{
color: #D4DDE5;
}
</style>
background-color css
<style>
a { background-color: #D4DDE5; }
a { background-color: rgb(212,221,229); }
div.DivClassName
{
background-color: #D4DDE5;
}
.BgClassName
{
background-color: #D4DDE5;
}
</style>
border-color css
<style>
span { border-color: #D4DDE5; }
span { border-color: rgb(212,221,229); }
td.TdClassName
{
border-color: #D4DDE5;
}
.TagClassName
{
border-color: #D4DDE5;
}
</style>