Shades of Twilight #E6B5CD
Tints of Twilight #E6B5CD
RGB
CMYK
RGB Variations
Color information
#E6B5CD (or 0xE6B5CD) is known color: Twilight. HEX triplet: E6, B5 and CD. RGB value is (230,181,205). Sum of RGB (Red+Green+Blue) = 230+181+205=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5CD is #194A32. Grayscale: #C6C6C6. Windows color (decimal): -1657395 or 13481446. OLE color: 13481446.
HSL color Cylindrical-coordinate representation of color #E6B5CD: hue angle of 330.61º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6B5CD is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 181 | 205 | - |
CMYK | 0 | 0.21 | 0.11 | 0.10 |
HSL | 330.61º | 0.49% | 0.81% | - |
HSV(B) | 330.61º | 0.21% | 0.9% | - |
XYZ | 60.18 | 54.28 | 65.06 | - |
YUV | 198.39 | 131.73 | 150.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 181 | 205 | 0 | 0.21 | 0.11 | 0.10 | 330.61 | 0.49 | 0.81 |
Hex | E6 | B5 | CD | 0 | 15 | B | A | 14B | 31 | 51 |
Octal | 346 | 265 | 315 | 0 | 25 | 13 | 12 | 513 | 61 | 121 |
Binary | 11100110 | 10110101 | 11001101 | 0 | 10101 | 1011 | 1010 | 101001011 | 110001 | 1010001 |
Color Harmonies of #E6B5CD
Complementary color
Monochromatic Colors of #E6B5CD
Black with #E6B5CD
Text Example
Text Example
White with #E6B5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B5CD; }
p { color: rgb(230,181,205); }
H1.HeaderClassName
{
color: #E6B5CD;
}
.AnyTagClassName
{
color: #E6B5CD;
}
</style>
background-color css
<style>
a { background-color: #E6B5CD; }
a { background-color: rgb(230,181,205); }
div.DivClassName
{
background-color: #E6B5CD;
}
.BgClassName
{
background-color: #E6B5CD;
}
</style>
border-color css
<style>
span { border-color: #E6B5CD; }
span { border-color: rgb(230,181,205); }
td.TdClassName
{
border-color: #E6B5CD;
}
.TagClassName
{
border-color: #E6B5CD;
}
</style>