Shades of Cruise #ADDDC8
Tints of Cruise #ADDDC8
RGB
CMYK
RGB Variations
Color information
#ADDDC8 (or 0xADDDC8) is known color: Cruise. HEX triplet: AD, DD and C8. RGB value is (173,221,200). Sum of RGB (Red+Green+Blue) = 173+221+200=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDC8 is #522237. Grayscale: #CCCCCC. Windows color (decimal): -5382712 or 13163949. OLE color: 13163949.
HSL color Cylindrical-coordinate representation of color #ADDDC8: hue angle of 153.75º 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 #ADDDC8 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 200 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.13 |
| HSL | 153.75º | 0.41% | 0.77% | - |
| HSV(B) | 153.75º | 0.22% | 0.87% | - |
| XYZ | 53.52 | 64.77 | 64.32 | - |
| YUV | 204.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 200 | 0.22 | 0 | 0.10 | 0.13 | 153.75 | 0.41 | 0.77 |
| Hex | AD | DD | C8 | 16 | 0 | A | D | 9A | 29 | 4D |
| Octal | 255 | 335 | 310 | 26 | 0 | 12 | 15 | 232 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11001000 | 10110 | 0 | 1010 | 1101 | 10011010 | 101001 | 1001101 |
Color Harmonies of #ADDDC8
Complementary color
Monochromatic Colors of #ADDDC8
Black with #ADDDC8
Text Example
Text Example
White with #ADDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDC8; }
p { color: rgb(173,221,200); }
H1.HeaderClassName
{
color: #ADDDC8;
}
.AnyTagClassName
{
color: #ADDDC8;
}
</style>
background-color css
<style>
a { background-color: #ADDDC8; }
a { background-color: rgb(173,221,200); }
div.DivClassName
{
background-color: #ADDDC8;
}
.BgClassName
{
background-color: #ADDDC8;
}
</style>
border-color css
<style>
span { border-color: #ADDDC8; }
span { border-color: rgb(173,221,200); }
td.TdClassName
{
border-color: #ADDDC8;
}
.TagClassName
{
border-color: #ADDDC8;
}
</style>