Shades of Nebula #C8CDCA
Tints of Nebula #C8CDCA
RGB
CMYK
RGB Variations
Color information
#C8CDCA (or 0xC8CDCA) is known color: Nebula. HEX triplet: C8, CD and CA. RGB value is (200,205,202). Sum of RGB (Red+Green+Blue) = 200+205+202=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDCA is #373235. Grayscale: #CBCBCB. Windows color (decimal): -3617334 or 13290952. OLE color: 13290952.
HSL color Cylindrical-coordinate representation of color #C8CDCA: hue angle of 144º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CDCA is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 205 | 202 | - |
CMYK | 0.02 | 0 | 0.01 | 0.20 |
HSL | 144º | 0.05% | 0.79% | - |
HSV(B) | 144º | 0.02% | 0.8% | - |
XYZ | 56.31 | 60.21 | 64.53 | - |
YUV | 203.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 205 | 202 | 0.02 | 0 | 0.01 | 0.20 | 144 | 0.05 | 0.79 |
Hex | C8 | CD | CA | 2 | 0 | 1 | 14 | 90 | 5 | 4F |
Octal | 310 | 315 | 312 | 2 | 0 | 1 | 24 | 220 | 5 | 117 |
Binary | 11001000 | 11001101 | 11001010 | 10 | 0 | 1 | 10100 | 10010000 | 101 | 1001111 |
Color Harmonies of #C8CDCA
Complementary color
Monochromatic Colors of #C8CDCA
Black with #C8CDCA
Text Example
Text Example
White with #C8CDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDCA; }
p { color: rgb(200,205,202); }
H1.HeaderClassName
{
color: #C8CDCA;
}
.AnyTagClassName
{
color: #C8CDCA;
}
</style>
background-color css
<style>
a { background-color: #C8CDCA; }
a { background-color: rgb(200,205,202); }
div.DivClassName
{
background-color: #C8CDCA;
}
.BgClassName
{
background-color: #C8CDCA;
}
</style>
border-color css
<style>
span { border-color: #C8CDCA; }
span { border-color: rgb(200,205,202); }
td.TdClassName
{
border-color: #C8CDCA;
}
.TagClassName
{
border-color: #C8CDCA;
}
</style>