Shades of Cruise #ADDCCC
Tints of Cruise #ADDCCC
RGB
CMYK
RGB Variations
Color information
#ADDCCC (or 0xADDCCC) is known color: Cruise. HEX triplet: AD, DC and CC. RGB value is (173,220,204). Sum of RGB (Red+Green+Blue) = 173+220+204=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCCC is #522333. Grayscale: #CCCCCC. Windows color (decimal): -5382964 or 13425837. OLE color: 13425837.
HSL color Cylindrical-coordinate representation of color #ADDCCC: hue angle of 159.57º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCCC is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 204 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.14 |
| HSL | 159.57º | 0.4% | 0.77% | - |
| HSV(B) | 159.57º | 0.21% | 0.86% | - |
| XYZ | 53.73 | 64.43 | 66.73 | - |
| YUV | 204.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 204 | 0.21 | 0 | 0.07 | 0.14 | 159.57 | 0.4 | 0.77 |
| Hex | AD | DC | CC | 15 | 0 | 7 | E | A0 | 28 | 4D |
| Octal | 255 | 334 | 314 | 25 | 0 | 7 | 16 | 240 | 50 | 115 |
| Binary | 10101101 | 11011100 | 11001100 | 10101 | 0 | 111 | 1110 | 10100000 | 101000 | 1001101 |
Color Harmonies of #ADDCCC
Complementary color
Monochromatic Colors of #ADDCCC
Black with #ADDCCC
Text Example
Text Example
White with #ADDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCCC; }
p { color: rgb(173,220,204); }
H1.HeaderClassName
{
color: #ADDCCC;
}
.AnyTagClassName
{
color: #ADDCCC;
}
</style>
background-color css
<style>
a { background-color: #ADDCCC; }
a { background-color: rgb(173,220,204); }
div.DivClassName
{
background-color: #ADDCCC;
}
.BgClassName
{
background-color: #ADDCCC;
}
</style>
border-color css
<style>
span { border-color: #ADDCCC; }
span { border-color: rgb(173,220,204); }
td.TdClassName
{
border-color: #ADDCCC;
}
.TagClassName
{
border-color: #ADDCCC;
}
</style>