Shades of Cruise #ADDDCC
Tints of Cruise #ADDDCC
RGB
CMYK
RGB Variations
Color information
#ADDDCC (or 0xADDDCC) is known color: Cruise. HEX triplet: AD, DD and CC. RGB value is (173,221,204). Sum of RGB (Red+Green+Blue) = 173+221+204=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDCC is #522233. Grayscale: #CCCCCC. Windows color (decimal): -5382708 or 13426093. OLE color: 13426093.
HSL color Cylindrical-coordinate representation of color #ADDDCC: hue angle of 158.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 #ADDDCC is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 204 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.13 |
| HSL | 158.75º | 0.41% | 0.77% | - |
| HSV(B) | 158.75º | 0.22% | 0.87% | - |
| XYZ | 53.99 | 64.96 | 66.82 | - |
| YUV | 204.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 204 | 0.22 | 0 | 0.08 | 0.13 | 158.75 | 0.41 | 0.77 |
| Hex | AD | DD | CC | 16 | 0 | 8 | D | 9F | 29 | 4D |
| Octal | 255 | 335 | 314 | 26 | 0 | 10 | 15 | 237 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11001100 | 10110 | 0 | 1000 | 1101 | 10011111 | 101001 | 1001101 |
Color Harmonies of #ADDDCC
Complementary color
Monochromatic Colors of #ADDDCC
Black with #ADDDCC
Text Example
Text Example
White with #ADDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDCC; }
p { color: rgb(173,221,204); }
H1.HeaderClassName
{
color: #ADDDCC;
}
.AnyTagClassName
{
color: #ADDDCC;
}
</style>
background-color css
<style>
a { background-color: #ADDDCC; }
a { background-color: rgb(173,221,204); }
div.DivClassName
{
background-color: #ADDDCC;
}
.BgClassName
{
background-color: #ADDDCC;
}
</style>
border-color css
<style>
span { border-color: #ADDDCC; }
span { border-color: rgb(173,221,204); }
td.TdClassName
{
border-color: #ADDDCC;
}
.TagClassName
{
border-color: #ADDDCC;
}
</style>