Shades of Twilight #CFC3CA
Tints of Twilight #CFC3CA
RGB
CMYK
RGB Variations
Color information
#CFC3CA (or 0xCFC3CA) is known color: Twilight. HEX triplet: CF, C3 and CA. RGB value is (207,195,202). Sum of RGB (Red+Green+Blue) = 207+195+202=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3CA is #303C35. Grayscale: #C7C7C7. Windows color (decimal): -3161142 or 13288399. OLE color: 13288399.
HSL color Cylindrical-coordinate representation of color #CFC3CA: hue angle of 325º 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 #CFC3CA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 195 | 202 | - |
CMYK | 0 | 0.06 | 0.02 | 0.19 |
HSL | 325º | 0.11% | 0.79% | - |
HSV(B) | 325º | 0.06% | 0.81% | - |
XYZ | 55.91 | 56.56 | 63.85 | - |
YUV | 199.39 | 129.48 | 133.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 195 | 202 | 0 | 0.06 | 0.02 | 0.19 | 325 | 0.11 | 0.79 |
Hex | CF | C3 | CA | 0 | 6 | 2 | 13 | 145 | B | 4F |
Octal | 317 | 303 | 312 | 0 | 6 | 2 | 23 | 505 | 13 | 117 |
Binary | 11001111 | 11000011 | 11001010 | 0 | 110 | 10 | 10011 | 101000101 | 1011 | 1001111 |
Color Harmonies of #CFC3CA
Complementary color
Monochromatic Colors of #CFC3CA
Black with #CFC3CA
Text Example
Text Example
White with #CFC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3CA; }
p { color: rgb(207,195,202); }
H1.HeaderClassName
{
color: #CFC3CA;
}
.AnyTagClassName
{
color: #CFC3CA;
}
</style>
background-color css
<style>
a { background-color: #CFC3CA; }
a { background-color: rgb(207,195,202); }
div.DivClassName
{
background-color: #CFC3CA;
}
.BgClassName
{
background-color: #CFC3CA;
}
</style>
border-color css
<style>
span { border-color: #CFC3CA; }
span { border-color: rgb(207,195,202); }
td.TdClassName
{
border-color: #CFC3CA;
}
.TagClassName
{
border-color: #CFC3CA;
}
</style>