Shades of Spanish White #DACFBB
Tints of Spanish White #DACFBB
RGB
CMYK
RGB Variations
Color information
#DACFBB (or 0xDACFBB) is known color: Spanish White. HEX triplet: DA, CF and BB. RGB value is (218,207,187). Sum of RGB (Red+Green+Blue) = 218+207+187=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFBB is #253044. Grayscale: #D0D0D0. Windows color (decimal): -2437189 or 12308442. OLE color: 12308442.
HSL color Cylindrical-coordinate representation of color #DACFBB: hue angle of 38.71º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACFBB is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 187 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.15 |
| HSL | 38.71º | 0.3% | 0.79% | - |
| HSV(B) | 38.71º | 0.14% | 0.85% | - |
| XYZ | 60.2 | 63.12 | 56.02 | - |
| YUV | 208.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 187 | 0 | 0.05 | 0.14 | 0.15 | 38.71 | 0.3 | 0.79 |
| Hex | DA | CF | BB | 0 | 5 | E | F | 27 | 1E | 4F |
| Octal | 332 | 317 | 273 | 0 | 5 | 16 | 17 | 47 | 36 | 117 |
| Binary | 11011010 | 11001111 | 10111011 | 0 | 101 | 1110 | 1111 | 100111 | 11110 | 1001111 |
Color Harmonies of #DACFBB
Complementary color
Monochromatic Colors of #DACFBB
Black with #DACFBB
Text Example
Text Example
White with #DACFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFBB; }
p { color: rgb(218,207,187); }
H1.HeaderClassName
{
color: #DACFBB;
}
.AnyTagClassName
{
color: #DACFBB;
}
</style>
background-color css
<style>
a { background-color: #DACFBB; }
a { background-color: rgb(218,207,187); }
div.DivClassName
{
background-color: #DACFBB;
}
.BgClassName
{
background-color: #DACFBB;
}
</style>
border-color css
<style>
span { border-color: #DACFBB; }
span { border-color: rgb(218,207,187); }
td.TdClassName
{
border-color: #DACFBB;
}
.TagClassName
{
border-color: #DACFBB;
}
</style>