Shades of Twilight #CFC3CC
Tints of Twilight #CFC3CC
RGB
CMYK
RGB Variations
Color information
#CFC3CC (or 0xCFC3CC) is known color: Twilight. HEX triplet: CF, C3 and CC. RGB value is (207,195,204). Sum of RGB (Red+Green+Blue) = 207+195+204=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3CC is #303C33. Grayscale: #C7C7C7. Windows color (decimal): -3161140 or 13419471. OLE color: 13419471.
HSL color Cylindrical-coordinate representation of color #CFC3CC: hue angle of 315º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC3CC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 204 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.19 |
| HSL | 315º | 0.11% | 0.79% | - |
| HSV(B) | 315º | 0.06% | 0.81% | - |
| XYZ | 56.15 | 56.66 | 65.1 | - |
| YUV | 199.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 204 | 0 | 0.06 | 0.01 | 0.19 | 315 | 0.11 | 0.79 |
| Hex | CF | C3 | CC | 0 | 6 | 1 | 13 | 13B | B | 4F |
| Octal | 317 | 303 | 314 | 0 | 6 | 1 | 23 | 473 | 13 | 117 |
| Binary | 11001111 | 11000011 | 11001100 | 0 | 110 | 1 | 10011 | 100111011 | 1011 | 1001111 |
Color Harmonies of #CFC3CC
Complementary color
Monochromatic Colors of #CFC3CC
Black with #CFC3CC
Text Example
Text Example
White with #CFC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3CC; }
p { color: rgb(207,195,204); }
H1.HeaderClassName
{
color: #CFC3CC;
}
.AnyTagClassName
{
color: #CFC3CC;
}
</style>
background-color css
<style>
a { background-color: #CFC3CC; }
a { background-color: rgb(207,195,204); }
div.DivClassName
{
background-color: #CFC3CC;
}
.BgClassName
{
background-color: #CFC3CC;
}
</style>
border-color css
<style>
span { border-color: #CFC3CC; }
span { border-color: rgb(207,195,204); }
td.TdClassName
{
border-color: #CFC3CC;
}
.TagClassName
{
border-color: #CFC3CC;
}
</style>