Shades of Twilight #DAC1CC
Tints of Twilight #DAC1CC
RGB
CMYK
RGB Variations
Color information
#DAC1CC (or 0xDAC1CC) is known color: Twilight. HEX triplet: DA, C1 and CC. RGB value is (218,193,204). Sum of RGB (Red+Green+Blue) = 218+193+204=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1CC is #253E33. Grayscale: #C9C9C9. Windows color (decimal): -2440756 or 13418970. OLE color: 13418970.
HSL color Cylindrical-coordinate representation of color #DAC1CC: hue angle of 333.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 #DAC1CC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 204 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.15 |
| HSL | 333.6º | 0.25% | 0.81% | - |
| HSV(B) | 333.6º | 0.11% | 0.85% | - |
| XYZ | 58.88 | 57.4 | 65.1 | - |
| YUV | 201.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 204 | 0 | 0.11 | 0.06 | 0.15 | 333.6 | 0.25 | 0.81 |
| Hex | DA | C1 | CC | 0 | B | 6 | F | 14E | 19 | 51 |
| Octal | 332 | 301 | 314 | 0 | 13 | 6 | 17 | 516 | 31 | 121 |
| Binary | 11011010 | 11000001 | 11001100 | 0 | 1011 | 110 | 1111 | 101001110 | 11001 | 1010001 |
Color Harmonies of #DAC1CC
Complementary color
Monochromatic Colors of #DAC1CC
Black with #DAC1CC
Text Example
Text Example
White with #DAC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1CC; }
p { color: rgb(218,193,204); }
H1.HeaderClassName
{
color: #DAC1CC;
}
.AnyTagClassName
{
color: #DAC1CC;
}
</style>
background-color css
<style>
a { background-color: #DAC1CC; }
a { background-color: rgb(218,193,204); }
div.DivClassName
{
background-color: #DAC1CC;
}
.BgClassName
{
background-color: #DAC1CC;
}
</style>
border-color css
<style>
span { border-color: #DAC1CC; }
span { border-color: rgb(218,193,204); }
td.TdClassName
{
border-color: #DAC1CC;
}
.TagClassName
{
border-color: #DAC1CC;
}
</style>