Shades of Cruise #C0DED8
Tints of Cruise #C0DED8
RGB
CMYK
RGB Variations
Color information
#C0DED8 (or 0xC0DED8) is known color: Cruise. HEX triplet: C0, DE and D8. RGB value is (192,222,216). Sum of RGB (Red+Green+Blue) = 192+222+216=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DED8 is #3F2127. Grayscale: #D4D4D4. Windows color (decimal): -4137256 or 14212800. OLE color: 14212800.
HSL color Cylindrical-coordinate representation of color #C0DED8: hue angle of 168º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DED8 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 216 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.13 |
| HSL | 168º | 0.31% | 0.81% | - |
| HSV(B) | 168º | 0.14% | 0.87% | - |
| XYZ | 60.25 | 68.41 | 74.99 | - |
| YUV | 212.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 216 | 0.14 | 0 | 0.03 | 0.13 | 168 | 0.31 | 0.81 |
| Hex | C0 | DE | D8 | E | 0 | 3 | D | A8 | 1F | 51 |
| Octal | 300 | 336 | 330 | 16 | 0 | 3 | 15 | 250 | 37 | 121 |
| Binary | 11000000 | 11011110 | 11011000 | 1110 | 0 | 11 | 1101 | 10101000 | 11111 | 1010001 |
Color Harmonies of #C0DED8
Complementary color
Monochromatic Colors of #C0DED8
Black with #C0DED8
Text Example
Text Example
White with #C0DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DED8; }
p { color: rgb(192,222,216); }
H1.HeaderClassName
{
color: #C0DED8;
}
.AnyTagClassName
{
color: #C0DED8;
}
</style>
background-color css
<style>
a { background-color: #C0DED8; }
a { background-color: rgb(192,222,216); }
div.DivClassName
{
background-color: #C0DED8;
}
.BgClassName
{
background-color: #C0DED8;
}
</style>
border-color css
<style>
span { border-color: #C0DED8; }
span { border-color: rgb(192,222,216); }
td.TdClassName
{
border-color: #C0DED8;
}
.TagClassName
{
border-color: #C0DED8;
}
</style>