Shades of Twilight #D7AFC2
Tints of Twilight #D7AFC2
RGB
CMYK
RGB Variations
Color information
#D7AFC2 (or 0xD7AFC2) is known color: Twilight. HEX triplet: D7, AF and C2. RGB value is (215,175,194). Sum of RGB (Red+Green+Blue) = 215+175+194=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFC2 is #28503D. Grayscale: #BDBDBD. Windows color (decimal): -2641982 or 12758999. OLE color: 12758999.
HSL color Cylindrical-coordinate representation of color #D7AFC2: hue angle of 331.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AFC2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 194 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.16 |
| HSL | 331.5º | 0.33% | 0.76% | - |
| HSV(B) | 331.5º | 0.19% | 0.84% | - |
| XYZ | 53.09 | 49 | 57.7 | - |
| YUV | 189.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 194 | 0 | 0.19 | 0.10 | 0.16 | 331.5 | 0.33 | 0.76 |
| Hex | D7 | AF | C2 | 0 | 13 | A | 10 | 14C | 21 | 4C |
| Octal | 327 | 257 | 302 | 0 | 23 | 12 | 20 | 514 | 41 | 114 |
| Binary | 11010111 | 10101111 | 11000010 | 0 | 10011 | 1010 | 10000 | 101001100 | 100001 | 1001100 |
Color Harmonies of #D7AFC2
Complementary color
Monochromatic Colors of #D7AFC2
Black with #D7AFC2
Text Example
Text Example
White with #D7AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AFC2; }
p { color: rgb(215,175,194); }
H1.HeaderClassName
{
color: #D7AFC2;
}
.AnyTagClassName
{
color: #D7AFC2;
}
</style>
background-color css
<style>
a { background-color: #D7AFC2; }
a { background-color: rgb(215,175,194); }
div.DivClassName
{
background-color: #D7AFC2;
}
.BgClassName
{
background-color: #D7AFC2;
}
</style>
border-color css
<style>
span { border-color: #D7AFC2; }
span { border-color: rgb(215,175,194); }
td.TdClassName
{
border-color: #D7AFC2;
}
.TagClassName
{
border-color: #D7AFC2;
}
</style>