Shades of Cruise #C0DDD7
Tints of Cruise #C0DDD7
RGB
CMYK
RGB Variations
Color information
#C0DDD7 (or 0xC0DDD7) is known color: Cruise. HEX triplet: C0, DD and D7. RGB value is (192,221,215). Sum of RGB (Red+Green+Blue) = 192+221+215=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDD7 is #3F2228. Grayscale: #D3D3D3. Windows color (decimal): -4137513 or 14147008. OLE color: 14147008.
HSL color Cylindrical-coordinate representation of color #C0DDD7: hue angle of 167.59º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDD7 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 215 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.13 |
| HSL | 167.59º | 0.3% | 0.81% | - |
| HSV(B) | 167.59º | 0.13% | 0.87% | - |
| XYZ | 59.86 | 67.83 | 74.23 | - |
| YUV | 211.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 215 | 0.13 | 0 | 0.03 | 0.13 | 167.59 | 0.3 | 0.81 |
| Hex | C0 | DD | D7 | D | 0 | 3 | D | A8 | 1E | 51 |
| Octal | 300 | 335 | 327 | 15 | 0 | 3 | 15 | 250 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11010111 | 1101 | 0 | 11 | 1101 | 10101000 | 11110 | 1010001 |
Color Harmonies of #C0DDD7
Complementary color
Monochromatic Colors of #C0DDD7
Black with #C0DDD7
Text Example
Text Example
White with #C0DDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDD7; }
p { color: rgb(192,221,215); }
H1.HeaderClassName
{
color: #C0DDD7;
}
.AnyTagClassName
{
color: #C0DDD7;
}
</style>
background-color css
<style>
a { background-color: #C0DDD7; }
a { background-color: rgb(192,221,215); }
div.DivClassName
{
background-color: #C0DDD7;
}
.BgClassName
{
background-color: #C0DDD7;
}
</style>
border-color css
<style>
span { border-color: #C0DDD7; }
span { border-color: rgb(192,221,215); }
td.TdClassName
{
border-color: #C0DDD7;
}
.TagClassName
{
border-color: #C0DDD7;
}
</style>