Shades of Nebula #C1CEC7
Tints of Nebula #C1CEC7
RGB
CMYK
RGB Variations
Color information
#C1CEC7 (or 0xC1CEC7) is known color: Nebula. HEX triplet: C1, CE and C7. RGB value is (193,206,199). Sum of RGB (Red+Green+Blue) = 193+206+199=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEC7 is #3E3138. Grayscale: #C9C9C9. Windows color (decimal): -4075833 or 13094593. OLE color: 13094593.
HSL color Cylindrical-coordinate representation of color #C1CEC7: hue angle of 147.69º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1CEC7 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 199 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.19 |
| HSL | 147.69º | 0.12% | 0.78% | - |
| HSV(B) | 147.69º | 0.06% | 0.81% | - |
| XYZ | 54.37 | 59.6 | 62.67 | - |
| YUV | 201.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 199 | 0.06 | 0 | 0.03 | 0.19 | 147.69 | 0.12 | 0.78 |
| Hex | C1 | CE | C7 | 6 | 0 | 3 | 13 | 94 | C | 4E |
| Octal | 301 | 316 | 307 | 6 | 0 | 3 | 23 | 224 | 14 | 116 |
| Binary | 11000001 | 11001110 | 11000111 | 110 | 0 | 11 | 10011 | 10010100 | 1100 | 1001110 |
Color Harmonies of #C1CEC7
Complementary color
Monochromatic Colors of #C1CEC7
Black with #C1CEC7
Text Example
Text Example
White with #C1CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEC7; }
p { color: rgb(193,206,199); }
H1.HeaderClassName
{
color: #C1CEC7;
}
.AnyTagClassName
{
color: #C1CEC7;
}
</style>
background-color css
<style>
a { background-color: #C1CEC7; }
a { background-color: rgb(193,206,199); }
div.DivClassName
{
background-color: #C1CEC7;
}
.BgClassName
{
background-color: #C1CEC7;
}
</style>
border-color css
<style>
span { border-color: #C1CEC7; }
span { border-color: rgb(193,206,199); }
td.TdClassName
{
border-color: #C1CEC7;
}
.TagClassName
{
border-color: #C1CEC7;
}
</style>