Shades of Cruise #C0DED6
Tints of Cruise #C0DED6
RGB
CMYK
RGB Variations
Color information
#C0DED6 (or 0xC0DED6) is known color: Cruise. HEX triplet: C0, DE and D6. RGB value is (192,222,214). Sum of RGB (Red+Green+Blue) = 192+222+214=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DED6 is #3F2129. Grayscale: #D4D4D4. Windows color (decimal): -4137258 or 14081728. OLE color: 14081728.
HSL color Cylindrical-coordinate representation of color #C0DED6: hue angle of 164º 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 #C0DED6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 214 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.13 |
| HSL | 164º | 0.31% | 0.81% | - |
| HSV(B) | 164º | 0.14% | 0.87% | - |
| XYZ | 60 | 68.3 | 73.64 | - |
| YUV | 212.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 214 | 0.14 | 0 | 0.04 | 0.13 | 164 | 0.31 | 0.81 |
| Hex | C0 | DE | D6 | E | 0 | 4 | D | A4 | 1F | 51 |
| Octal | 300 | 336 | 326 | 16 | 0 | 4 | 15 | 244 | 37 | 121 |
| Binary | 11000000 | 11011110 | 11010110 | 1110 | 0 | 100 | 1101 | 10100100 | 11111 | 1010001 |
Color Harmonies of #C0DED6
Complementary color
Monochromatic Colors of #C0DED6
Black with #C0DED6
Text Example
Text Example
White with #C0DED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DED6; }
p { color: rgb(192,222,214); }
H1.HeaderClassName
{
color: #C0DED6;
}
.AnyTagClassName
{
color: #C0DED6;
}
</style>
background-color css
<style>
a { background-color: #C0DED6; }
a { background-color: rgb(192,222,214); }
div.DivClassName
{
background-color: #C0DED6;
}
.BgClassName
{
background-color: #C0DED6;
}
</style>
border-color css
<style>
span { border-color: #C0DED6; }
span { border-color: rgb(192,222,214); }
td.TdClassName
{
border-color: #C0DED6;
}
.TagClassName
{
border-color: #C0DED6;
}
</style>