Shades of Twilight #CCBFC6
Tints of Twilight #CCBFC6
RGB
CMYK
RGB Variations
Color information
#CCBFC6 (or 0xCCBFC6) is known color: Twilight. HEX triplet: CC, BF and C6. RGB value is (204,191,198). Sum of RGB (Red+Green+Blue) = 204+191+198=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFC6 is #334039. Grayscale: #C3C3C3. Windows color (decimal): -3358778 or 13025228. OLE color: 13025228.
HSL color Cylindrical-coordinate representation of color #CCBFC6: hue angle of 327.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCBFC6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 191 | 198 | - |
CMYK | 0 | 0.06 | 0.03 | 0.2 |
HSL | 327.69º | 0.11% | 0.77% | - |
HSV(B) | 327.69º | 0.06% | 0.8% | - |
XYZ | 53.73 | 54.18 | 61.05 | - |
YUV | 195.69 | 129.31 | 133.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 191 | 198 | 0 | 0.06 | 0.03 | 0.2 | 327.69 | 0.11 | 0.77 |
Hex | CC | BF | C6 | 0 | 6 | 3 | 14 | 148 | B | 4D |
Octal | 314 | 277 | 306 | 0 | 6 | 3 | 24 | 510 | 13 | 115 |
Binary | 11001100 | 10111111 | 11000110 | 0 | 110 | 11 | 10100 | 101001000 | 1011 | 1001101 |
Color Harmonies of #CCBFC6
Complementary color
Monochromatic Colors of #CCBFC6
Black with #CCBFC6
Text Example
Text Example
White with #CCBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFC6; }
p { color: rgb(204,191,198); }
H1.HeaderClassName
{
color: #CCBFC6;
}
.AnyTagClassName
{
color: #CCBFC6;
}
</style>
background-color css
<style>
a { background-color: #CCBFC6; }
a { background-color: rgb(204,191,198); }
div.DivClassName
{
background-color: #CCBFC6;
}
.BgClassName
{
background-color: #CCBFC6;
}
</style>
border-color css
<style>
span { border-color: #CCBFC6; }
span { border-color: rgb(204,191,198); }
td.TdClassName
{
border-color: #CCBFC6;
}
.TagClassName
{
border-color: #CCBFC6;
}
</style>