Shades of Cruise #ADDECC
Tints of Cruise #ADDECC
RGB
CMYK
RGB Variations
Color information
#ADDECC (or 0xADDECC) is known color: Cruise. HEX triplet: AD, DE and CC. RGB value is (173,222,204). Sum of RGB (Red+Green+Blue) = 173+222+204=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDECC is #522133. Grayscale: #CDCDCD. Windows color (decimal): -5382452 or 13426349. OLE color: 13426349.
HSL color Cylindrical-coordinate representation of color #ADDECC: hue angle of 157.96º degrees, saturation: 0.43, 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 #ADDECC is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 204 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.13 |
| HSL | 157.96º | 0.43% | 0.77% | - |
| HSV(B) | 157.96º | 0.22% | 0.87% | - |
| XYZ | 54.25 | 65.49 | 66.91 | - |
| YUV | 205.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 204 | 0.22 | 0 | 0.08 | 0.13 | 157.96 | 0.43 | 0.77 |
| Hex | AD | DE | CC | 16 | 0 | 8 | D | 9E | 2B | 4D |
| Octal | 255 | 336 | 314 | 26 | 0 | 10 | 15 | 236 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11001100 | 10110 | 0 | 1000 | 1101 | 10011110 | 101011 | 1001101 |
Color Harmonies of #ADDECC
Complementary color
Monochromatic Colors of #ADDECC
Black with #ADDECC
Text Example
Text Example
White with #ADDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDECC; }
p { color: rgb(173,222,204); }
H1.HeaderClassName
{
color: #ADDECC;
}
.AnyTagClassName
{
color: #ADDECC;
}
</style>
background-color css
<style>
a { background-color: #ADDECC; }
a { background-color: rgb(173,222,204); }
div.DivClassName
{
background-color: #ADDECC;
}
.BgClassName
{
background-color: #ADDECC;
}
</style>
border-color css
<style>
span { border-color: #ADDECC; }
span { border-color: rgb(173,222,204); }
td.TdClassName
{
border-color: #ADDECC;
}
.TagClassName
{
border-color: #ADDECC;
}
</style>