Shades of Cruise #ADDDCE
Tints of Cruise #ADDDCE
RGB
CMYK
RGB Variations
Color information
#ADDDCE (or 0xADDDCE) is known color: Cruise. HEX triplet: AD, DD and CE. RGB value is (173,221,206). Sum of RGB (Red+Green+Blue) = 173+221+206=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDCE is #522231. Grayscale: #CCCCCC. Windows color (decimal): -5382706 or 13557165. OLE color: 13557165.
HSL color Cylindrical-coordinate representation of color #ADDDCE: hue angle of 161.25º 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 #ADDDCE is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 206 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.13 |
| HSL | 161.25º | 0.41% | 0.77% | - |
| HSV(B) | 161.25º | 0.22% | 0.87% | - |
| XYZ | 54.23 | 65.05 | 68.09 | - |
| YUV | 204.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 206 | 0.22 | 0 | 0.07 | 0.13 | 161.25 | 0.41 | 0.77 |
| Hex | AD | DD | CE | 16 | 0 | 7 | D | A1 | 29 | 4D |
| Octal | 255 | 335 | 316 | 26 | 0 | 7 | 15 | 241 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11001110 | 10110 | 0 | 111 | 1101 | 10100001 | 101001 | 1001101 |
Color Harmonies of #ADDDCE
Complementary color
Monochromatic Colors of #ADDDCE
Black with #ADDDCE
Text Example
Text Example
White with #ADDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDCE; }
p { color: rgb(173,221,206); }
H1.HeaderClassName
{
color: #ADDDCE;
}
.AnyTagClassName
{
color: #ADDDCE;
}
</style>
background-color css
<style>
a { background-color: #ADDDCE; }
a { background-color: rgb(173,221,206); }
div.DivClassName
{
background-color: #ADDDCE;
}
.BgClassName
{
background-color: #ADDDCE;
}
</style>
border-color css
<style>
span { border-color: #ADDDCE; }
span { border-color: rgb(173,221,206); }
td.TdClassName
{
border-color: #ADDDCE;
}
.TagClassName
{
border-color: #ADDDCE;
}
</style>