Shades of Cruise #ABDDCB
Tints of Cruise #ABDDCB
RGB
CMYK
RGB Variations
Color information
#ABDDCB (or 0xABDDCB) is known color: Cruise. HEX triplet: AB, DD and CB. RGB value is (171,221,203). Sum of RGB (Red+Green+Blue) = 171+221+203=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDCB is #542234. Grayscale: #CCCCCC. Windows color (decimal): -5513781 or 13360555. OLE color: 13360555.
HSL color Cylindrical-coordinate representation of color #ABDDCB: hue angle of 158.4º 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 #ABDDCB is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 203 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.13 |
| HSL | 158.4º | 0.42% | 0.77% | - |
| HSV(B) | 158.4º | 0.23% | 0.87% | - |
| XYZ | 53.43 | 64.68 | 66.17 | - |
| YUV | 204 | 127.44 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 203 | 0.23 | 0 | 0.08 | 0.13 | 158.4 | 0.42 | 0.77 |
| Hex | AB | DD | CB | 17 | 0 | 8 | D | 9E | 2A | 4D |
| Octal | 253 | 335 | 313 | 27 | 0 | 10 | 15 | 236 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11001011 | 10111 | 0 | 1000 | 1101 | 10011110 | 101010 | 1001101 |
Color Harmonies of #ABDDCB
Complementary color
Monochromatic Colors of #ABDDCB
Black with #ABDDCB
Text Example
Text Example
White with #ABDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDCB; }
p { color: rgb(171,221,203); }
H1.HeaderClassName
{
color: #ABDDCB;
}
.AnyTagClassName
{
color: #ABDDCB;
}
</style>
background-color css
<style>
a { background-color: #ABDDCB; }
a { background-color: rgb(171,221,203); }
div.DivClassName
{
background-color: #ABDDCB;
}
.BgClassName
{
background-color: #ABDDCB;
}
</style>
border-color css
<style>
span { border-color: #ABDDCB; }
span { border-color: rgb(171,221,203); }
td.TdClassName
{
border-color: #ABDDCB;
}
.TagClassName
{
border-color: #ABDDCB;
}
</style>