Shades of Nebula #C2D5CA
Tints of Nebula #C2D5CA
RGB
CMYK
RGB Variations
Color information
#C2D5CA (or 0xC2D5CA) is known color: Nebula. HEX triplet: C2, D5 and CA. RGB value is (194,213,202). Sum of RGB (Red+Green+Blue) = 194+213+202=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5CA is #3D2A35. Grayscale: #CECECE. Windows color (decimal): -4008502 or 13292994. OLE color: 13292994.
HSL color Cylindrical-coordinate representation of color #C2D5CA: hue angle of 145.26º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D5CA is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 194 | 213 | 202 | - |
CMYK | 0.09 | 0 | 0.05 | 0.16 |
HSL | 145.26º | 0.18% | 0.8% | - |
HSV(B) | 145.26º | 0.09% | 0.84% | - |
XYZ | 56.7 | 63.32 | 65.11 | - |
YUV | 206.07 | 125.71 | 119.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 213 | 202 | 0.09 | 0 | 0.05 | 0.16 | 145.26 | 0.18 | 0.8 |
Hex | C2 | D5 | CA | 9 | 0 | 5 | 10 | 91 | 12 | 50 |
Octal | 302 | 325 | 312 | 11 | 0 | 5 | 20 | 221 | 22 | 120 |
Binary | 11000010 | 11010101 | 11001010 | 1001 | 0 | 101 | 10000 | 10010001 | 10010 | 1010000 |
Color Harmonies of #C2D5CA
Complementary color
Monochromatic Colors of #C2D5CA
Black with #C2D5CA
Text Example
Text Example
White with #C2D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D5CA; }
p { color: rgb(194,213,202); }
H1.HeaderClassName
{
color: #C2D5CA;
}
.AnyTagClassName
{
color: #C2D5CA;
}
</style>
background-color css
<style>
a { background-color: #C2D5CA; }
a { background-color: rgb(194,213,202); }
div.DivClassName
{
background-color: #C2D5CA;
}
.BgClassName
{
background-color: #C2D5CA;
}
</style>
border-color css
<style>
span { border-color: #C2D5CA; }
span { border-color: rgb(194,213,202); }
td.TdClassName
{
border-color: #C2D5CA;
}
.TagClassName
{
border-color: #C2D5CA;
}
</style>