Shades of Cruise #ADDDCB
Tints of Cruise #ADDDCB
RGB
CMYK
RGB Variations
Color information
#ADDDCB (or 0xADDDCB) is known color: Cruise. HEX triplet: AD, DD and CB. RGB value is (173,221,203). Sum of RGB (Red+Green+Blue) = 173+221+203=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDCB is #522234. Grayscale: #CCCCCC. Windows color (decimal): -5382709 or 13360557. OLE color: 13360557.
HSL color Cylindrical-coordinate representation of color #ADDDCB: hue angle of 157.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDCB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 203 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.13 |
| HSL | 157.5º | 0.41% | 0.77% | - |
| HSV(B) | 157.5º | 0.22% | 0.87% | - |
| XYZ | 53.87 | 64.91 | 66.19 | - |
| YUV | 204.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 203 | 0.22 | 0 | 0.08 | 0.13 | 157.5 | 0.41 | 0.77 |
| Hex | AD | DD | CB | 16 | 0 | 8 | D | 9E | 29 | 4D |
| Octal | 255 | 335 | 313 | 26 | 0 | 10 | 15 | 236 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11001011 | 10110 | 0 | 1000 | 1101 | 10011110 | 101001 | 1001101 |
Color Harmonies of #ADDDCB
Complementary color
Monochromatic Colors of #ADDDCB
Black with #ADDDCB
Text Example
Text Example
White with #ADDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDCB; }
p { color: rgb(173,221,203); }
H1.HeaderClassName
{
color: #ADDDCB;
}
.AnyTagClassName
{
color: #ADDDCB;
}
</style>
background-color css
<style>
a { background-color: #ADDDCB; }
a { background-color: rgb(173,221,203); }
div.DivClassName
{
background-color: #ADDDCB;
}
.BgClassName
{
background-color: #ADDDCB;
}
</style>
border-color css
<style>
span { border-color: #ADDDCB; }
span { border-color: rgb(173,221,203); }
td.TdClassName
{
border-color: #ADDDCB;
}
.TagClassName
{
border-color: #ADDDCB;
}
</style>