Shades of Cruise #C0DFD8
Tints of Cruise #C0DFD8
RGB
CMYK
RGB Variations
Color information
#C0DFD8 (or 0xC0DFD8) is known color: Cruise. HEX triplet: C0, DF and D8. RGB value is (192,223,216). Sum of RGB (Red+Green+Blue) = 192+223+216=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFD8 is #3F2027. Grayscale: #D4D4D4. Windows color (decimal): -4137000 or 14213056. OLE color: 14213056.
HSL color Cylindrical-coordinate representation of color #C0DFD8: hue angle of 166.45º degrees, saturation: 0.33, 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 #C0DFD8 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 216 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.13 |
| HSL | 166.45º | 0.33% | 0.81% | - |
| HSV(B) | 166.45º | 0.14% | 0.87% | - |
| XYZ | 60.52 | 68.94 | 75.08 | - |
| YUV | 212.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 216 | 0.14 | 0 | 0.03 | 0.13 | 166.45 | 0.33 | 0.81 |
| Hex | C0 | DF | D8 | E | 0 | 3 | D | A6 | 21 | 51 |
| Octal | 300 | 337 | 330 | 16 | 0 | 3 | 15 | 246 | 41 | 121 |
| Binary | 11000000 | 11011111 | 11011000 | 1110 | 0 | 11 | 1101 | 10100110 | 100001 | 1010001 |
Color Harmonies of #C0DFD8
Complementary color
Monochromatic Colors of #C0DFD8
Black with #C0DFD8
Text Example
Text Example
White with #C0DFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFD8; }
p { color: rgb(192,223,216); }
H1.HeaderClassName
{
color: #C0DFD8;
}
.AnyTagClassName
{
color: #C0DFD8;
}
</style>
background-color css
<style>
a { background-color: #C0DFD8; }
a { background-color: rgb(192,223,216); }
div.DivClassName
{
background-color: #C0DFD8;
}
.BgClassName
{
background-color: #C0DFD8;
}
</style>
border-color css
<style>
span { border-color: #C0DFD8; }
span { border-color: rgb(192,223,216); }
td.TdClassName
{
border-color: #C0DFD8;
}
.TagClassName
{
border-color: #C0DFD8;
}
</style>