Shades of Twilight #CFBEC4
Tints of Twilight #CFBEC4
RGB
CMYK
RGB Variations
Color information
#CFBEC4 (or 0xCFBEC4) is known color: Twilight. HEX triplet: CF, BE and C4. RGB value is (207,190,196). Sum of RGB (Red+Green+Blue) = 207+190+196=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC4 is #30413B. Grayscale: #C3C3C3. Windows color (decimal): -3162428 or 12893903. OLE color: 12893903.
HSL color Cylindrical-coordinate representation of color #CFBEC4: hue angle of 338.82º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBEC4 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 196 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.19 |
| HSL | 338.82º | 0.15% | 0.78% | - |
| HSV(B) | 338.82º | 0.08% | 0.81% | - |
| XYZ | 54.11 | 54.08 | 59.81 | - |
| YUV | 195.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 196 | 0 | 0.08 | 0.05 | 0.19 | 338.82 | 0.15 | 0.78 |
| Hex | CF | BE | C4 | 0 | 8 | 5 | 13 | 153 | F | 4E |
| Octal | 317 | 276 | 304 | 0 | 10 | 5 | 23 | 523 | 17 | 116 |
| Binary | 11001111 | 10111110 | 11000100 | 0 | 1000 | 101 | 10011 | 101010011 | 1111 | 1001110 |
Color Harmonies of #CFBEC4
Complementary color
Monochromatic Colors of #CFBEC4
Black with #CFBEC4
Text Example
Text Example
White with #CFBEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEC4; }
p { color: rgb(207,190,196); }
H1.HeaderClassName
{
color: #CFBEC4;
}
.AnyTagClassName
{
color: #CFBEC4;
}
</style>
background-color css
<style>
a { background-color: #CFBEC4; }
a { background-color: rgb(207,190,196); }
div.DivClassName
{
background-color: #CFBEC4;
}
.BgClassName
{
background-color: #CFBEC4;
}
</style>
border-color css
<style>
span { border-color: #CFBEC4; }
span { border-color: rgb(207,190,196); }
td.TdClassName
{
border-color: #CFBEC4;
}
.TagClassName
{
border-color: #CFBEC4;
}
</style>