Shades of Spanish White #D9CFB7
Tints of Spanish White #D9CFB7
RGB
CMYK
RGB Variations
Color information
#D9CFB7 (or 0xD9CFB7) is known color: Spanish White. HEX triplet: D9, CF and B7. RGB value is (217,207,183). Sum of RGB (Red+Green+Blue) = 217+207+183=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFB7 is #263048. Grayscale: #CFCFCF. Windows color (decimal): -2502729 or 12046297. OLE color: 12046297.
HSL color Cylindrical-coordinate representation of color #D9CFB7: hue angle of 42.35º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9CFB7 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 183 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.15 |
| HSL | 42.35º | 0.31% | 0.78% | - |
| HSV(B) | 42.35º | 0.16% | 0.85% | - |
| XYZ | 59.48 | 62.8 | 53.79 | - |
| YUV | 207.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 183 | 0 | 0.05 | 0.16 | 0.15 | 42.35 | 0.31 | 0.78 |
| Hex | D9 | CF | B7 | 0 | 5 | 10 | F | 2A | 1F | 4E |
| Octal | 331 | 317 | 267 | 0 | 5 | 20 | 17 | 52 | 37 | 116 |
| Binary | 11011001 | 11001111 | 10110111 | 0 | 101 | 10000 | 1111 | 101010 | 11111 | 1001110 |
Color Harmonies of #D9CFB7
Complementary color
Monochromatic Colors of #D9CFB7
Black with #D9CFB7
Text Example
Text Example
White with #D9CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFB7; }
p { color: rgb(217,207,183); }
H1.HeaderClassName
{
color: #D9CFB7;
}
.AnyTagClassName
{
color: #D9CFB7;
}
</style>
background-color css
<style>
a { background-color: #D9CFB7; }
a { background-color: rgb(217,207,183); }
div.DivClassName
{
background-color: #D9CFB7;
}
.BgClassName
{
background-color: #D9CFB7;
}
</style>
border-color css
<style>
span { border-color: #D9CFB7; }
span { border-color: rgb(217,207,183); }
td.TdClassName
{
border-color: #D9CFB7;
}
.TagClassName
{
border-color: #D9CFB7;
}
</style>