Shades of Blanc #DACFC1
Tints of Blanc #DACFC1
RGB
CMYK
RGB Variations
Color information
#DACFC1 (or 0xDACFC1) is known color: Blanc. HEX triplet: DA, CF and C1. RGB value is (218,207,193). Sum of RGB (Red+Green+Blue) = 218+207+193=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFC1 is #25303E. Grayscale: #D0D0D0. Windows color (decimal): -2437183 or 12701658. OLE color: 12701658.
HSL color Cylindrical-coordinate representation of color #DACFC1: hue angle of 33.6º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DACFC1 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 193 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.15 |
| HSL | 33.6º | 0.25% | 0.81% | - |
| HSV(B) | 33.6º | 0.11% | 0.85% | - |
| XYZ | 60.85 | 63.38 | 59.48 | - |
| YUV | 208.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 193 | 0 | 0.05 | 0.11 | 0.15 | 33.6 | 0.25 | 0.81 |
| Hex | DA | CF | C1 | 0 | 5 | B | F | 22 | 19 | 51 |
| Octal | 332 | 317 | 301 | 0 | 5 | 13 | 17 | 42 | 31 | 121 |
| Binary | 11011010 | 11001111 | 11000001 | 0 | 101 | 1011 | 1111 | 100010 | 11001 | 1010001 |
Color Harmonies of #DACFC1
Complementary color
Monochromatic Colors of #DACFC1
Black with #DACFC1
Text Example
Text Example
White with #DACFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFC1; }
p { color: rgb(218,207,193); }
H1.HeaderClassName
{
color: #DACFC1;
}
.AnyTagClassName
{
color: #DACFC1;
}
</style>
background-color css
<style>
a { background-color: #DACFC1; }
a { background-color: rgb(218,207,193); }
div.DivClassName
{
background-color: #DACFC1;
}
.BgClassName
{
background-color: #DACFC1;
}
</style>
border-color css
<style>
span { border-color: #DACFC1; }
span { border-color: rgb(218,207,193); }
td.TdClassName
{
border-color: #DACFC1;
}
.TagClassName
{
border-color: #DACFC1;
}
</style>