Shades of Cruise #AADFCB
Tints of Cruise #AADFCB
RGB
CMYK
RGB Variations
Color information
#AADFCB (or 0xAADFCB) is known color: Cruise. HEX triplet: AA, DF and CB. RGB value is (170,223,203). Sum of RGB (Red+Green+Blue) = 170+223+203=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFCB is #552034. Grayscale: #CCCCCC. Windows color (decimal): -5578805 or 13361066. OLE color: 13361066.
HSL color Cylindrical-coordinate representation of color #AADFCB: hue angle of 157.36º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFCB is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 203 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.13 |
| HSL | 157.36º | 0.45% | 0.77% | - |
| HSV(B) | 157.36º | 0.24% | 0.87% | - |
| XYZ | 53.74 | 65.63 | 66.34 | - |
| YUV | 204.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 203 | 0.24 | 0 | 0.09 | 0.13 | 157.36 | 0.45 | 0.77 |
| Hex | AA | DF | CB | 18 | 0 | 9 | D | 9D | 2D | 4D |
| Octal | 252 | 337 | 313 | 30 | 0 | 11 | 15 | 235 | 55 | 115 |
| Binary | 10101010 | 11011111 | 11001011 | 11000 | 0 | 1001 | 1101 | 10011101 | 101101 | 1001101 |
Color Harmonies of #AADFCB
Complementary color
Monochromatic Colors of #AADFCB
Black with #AADFCB
Text Example
Text Example
White with #AADFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFCB; }
p { color: rgb(170,223,203); }
H1.HeaderClassName
{
color: #AADFCB;
}
.AnyTagClassName
{
color: #AADFCB;
}
</style>
background-color css
<style>
a { background-color: #AADFCB; }
a { background-color: rgb(170,223,203); }
div.DivClassName
{
background-color: #AADFCB;
}
.BgClassName
{
background-color: #AADFCB;
}
</style>
border-color css
<style>
span { border-color: #AADFCB; }
span { border-color: rgb(170,223,203); }
td.TdClassName
{
border-color: #AADFCB;
}
.TagClassName
{
border-color: #AADFCB;
}
</style>