Shades of Twilight #CFBDC8
Tints of Twilight #CFBDC8
RGB
CMYK
RGB Variations
Color information
#CFBDC8 (or 0xCFBDC8) is known color: Twilight. HEX triplet: CF, BD and C8. RGB value is (207,189,200). Sum of RGB (Red+Green+Blue) = 207+189+200=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDC8 is #304237. Grayscale: #C3C3C3. Windows color (decimal): -3162680 or 13155791. OLE color: 13155791.
HSL color Cylindrical-coordinate representation of color #CFBDC8: hue angle of 323.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBDC8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 200 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.19 |
| HSL | 323.33º | 0.16% | 0.78% | - |
| HSV(B) | 323.33º | 0.09% | 0.81% | - |
| XYZ | 54.36 | 53.83 | 62.17 | - |
| YUV | 195.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 200 | 0 | 0.09 | 0.03 | 0.19 | 323.33 | 0.16 | 0.78 |
| Hex | CF | BD | C8 | 0 | 9 | 3 | 13 | 143 | 10 | 4E |
| Octal | 317 | 275 | 310 | 0 | 11 | 3 | 23 | 503 | 20 | 116 |
| Binary | 11001111 | 10111101 | 11001000 | 0 | 1001 | 11 | 10011 | 101000011 | 10000 | 1001110 |
Color Harmonies of #CFBDC8
Complementary color
Monochromatic Colors of #CFBDC8
Black with #CFBDC8
Text Example
Text Example
White with #CFBDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDC8; }
p { color: rgb(207,189,200); }
H1.HeaderClassName
{
color: #CFBDC8;
}
.AnyTagClassName
{
color: #CFBDC8;
}
</style>
background-color css
<style>
a { background-color: #CFBDC8; }
a { background-color: rgb(207,189,200); }
div.DivClassName
{
background-color: #CFBDC8;
}
.BgClassName
{
background-color: #CFBDC8;
}
</style>
border-color css
<style>
span { border-color: #CFBDC8; }
span { border-color: rgb(207,189,200); }
td.TdClassName
{
border-color: #CFBDC8;
}
.TagClassName
{
border-color: #CFBDC8;
}
</style>