Shades of Cruise #C0E0D9
Tints of Cruise #C0E0D9
RGB
CMYK
RGB Variations
Color information
#C0E0D9 (or 0xC0E0D9) is known color: Cruise. HEX triplet: C0, E0 and D9. RGB value is (192,224,217). Sum of RGB (Red+Green+Blue) = 192+224+217=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0D9 is #3F1F26. Grayscale: #D5D5D5. Windows color (decimal): -4136743 or 14278848. OLE color: 14278848.
HSL color Cylindrical-coordinate representation of color #C0E0D9: hue angle of 166.88º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0E0D9 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 217 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.12 |
| HSL | 166.88º | 0.34% | 0.82% | - |
| HSV(B) | 166.88º | 0.14% | 0.88% | - |
| XYZ | 60.92 | 69.53 | 75.86 | - |
| YUV | 213.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 217 | 0.14 | 0 | 0.03 | 0.12 | 166.88 | 0.34 | 0.82 |
| Hex | C0 | E0 | D9 | E | 0 | 3 | C | A7 | 22 | 52 |
| Octal | 300 | 340 | 331 | 16 | 0 | 3 | 14 | 247 | 42 | 122 |
| Binary | 11000000 | 11100000 | 11011001 | 1110 | 0 | 11 | 1100 | 10100111 | 100010 | 1010010 |
Color Harmonies of #C0E0D9
Complementary color
Monochromatic Colors of #C0E0D9
Black with #C0E0D9
Text Example
Text Example
White with #C0E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E0D9; }
p { color: rgb(192,224,217); }
H1.HeaderClassName
{
color: #C0E0D9;
}
.AnyTagClassName
{
color: #C0E0D9;
}
</style>
background-color css
<style>
a { background-color: #C0E0D9; }
a { background-color: rgb(192,224,217); }
div.DivClassName
{
background-color: #C0E0D9;
}
.BgClassName
{
background-color: #C0E0D9;
}
</style>
border-color css
<style>
span { border-color: #C0E0D9; }
span { border-color: rgb(192,224,217); }
td.TdClassName
{
border-color: #C0E0D9;
}
.TagClassName
{
border-color: #C0E0D9;
}
</style>