Shades of Nebula #C5D1CA
Tints of Nebula #C5D1CA
RGB
CMYK
RGB Variations
Color information
#C5D1CA (or 0xC5D1CA) is known color: Nebula. HEX triplet: C5, D1 and CA. RGB value is (197,209,202). Sum of RGB (Red+Green+Blue) = 197+209+202=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1CA is #3A2E35. Grayscale: #CCCCCC. Windows color (decimal): -3812918 or 13291973. OLE color: 13291973.
HSL color Cylindrical-coordinate representation of color #C5D1CA: hue angle of 145º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5D1CA is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 209 | 202 | - |
CMYK | 0.06 | 0 | 0.03 | 0.18 |
HSL | 145º | 0.12% | 0.8% | - |
HSV(B) | 145º | 0.06% | 0.82% | - |
XYZ | 56.49 | 61.74 | 64.82 | - |
YUV | 204.61 | 126.52 | 122.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 209 | 202 | 0.06 | 0 | 0.03 | 0.18 | 145 | 0.12 | 0.8 |
Hex | C5 | D1 | CA | 6 | 0 | 3 | 12 | 91 | C | 50 |
Octal | 305 | 321 | 312 | 6 | 0 | 3 | 22 | 221 | 14 | 120 |
Binary | 11000101 | 11010001 | 11001010 | 110 | 0 | 11 | 10010 | 10010001 | 1100 | 1010000 |
Color Harmonies of #C5D1CA
Complementary color
Monochromatic Colors of #C5D1CA
Black with #C5D1CA
Text Example
Text Example
White with #C5D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D1CA; }
p { color: rgb(197,209,202); }
H1.HeaderClassName
{
color: #C5D1CA;
}
.AnyTagClassName
{
color: #C5D1CA;
}
</style>
background-color css
<style>
a { background-color: #C5D1CA; }
a { background-color: rgb(197,209,202); }
div.DivClassName
{
background-color: #C5D1CA;
}
.BgClassName
{
background-color: #C5D1CA;
}
</style>
border-color css
<style>
span { border-color: #C5D1CA; }
span { border-color: rgb(197,209,202); }
td.TdClassName
{
border-color: #C5D1CA;
}
.TagClassName
{
border-color: #C5D1CA;
}
</style>