Shades of Cruise #ABDDCA
Tints of Cruise #ABDDCA
RGB
CMYK
RGB Variations
Color information
#ABDDCA (or 0xABDDCA) is known color: Cruise. HEX triplet: AB, DD and CA. RGB value is (171,221,202). Sum of RGB (Red+Green+Blue) = 171+221+202=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDCA is #542235. Grayscale: #CBCBCB. Windows color (decimal): -5513782 or 13295019. OLE color: 13295019.
HSL color Cylindrical-coordinate representation of color #ABDDCA: hue angle of 157.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDCA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 202 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.13 |
| HSL | 157.2º | 0.42% | 0.77% | - |
| HSV(B) | 157.2º | 0.23% | 0.87% | - |
| XYZ | 53.31 | 64.64 | 65.54 | - |
| YUV | 203.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 202 | 0.23 | 0 | 0.09 | 0.13 | 157.2 | 0.42 | 0.77 |
| Hex | AB | DD | CA | 17 | 0 | 9 | D | 9D | 2A | 4D |
| Octal | 253 | 335 | 312 | 27 | 0 | 11 | 15 | 235 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11001010 | 10111 | 0 | 1001 | 1101 | 10011101 | 101010 | 1001101 |
Color Harmonies of #ABDDCA
Complementary color
Monochromatic Colors of #ABDDCA
Black with #ABDDCA
Text Example
Text Example
White with #ABDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDCA; }
p { color: rgb(171,221,202); }
H1.HeaderClassName
{
color: #ABDDCA;
}
.AnyTagClassName
{
color: #ABDDCA;
}
</style>
background-color css
<style>
a { background-color: #ABDDCA; }
a { background-color: rgb(171,221,202); }
div.DivClassName
{
background-color: #ABDDCA;
}
.BgClassName
{
background-color: #ABDDCA;
}
</style>
border-color css
<style>
span { border-color: #ABDDCA; }
span { border-color: rgb(171,221,202); }
td.TdClassName
{
border-color: #ABDDCA;
}
.TagClassName
{
border-color: #ABDDCA;
}
</style>