Shades of Cruise #ADDCCD
Tints of Cruise #ADDCCD
RGB
CMYK
RGB Variations
Color information
#ADDCCD (or 0xADDCCD) is known color: Cruise. HEX triplet: AD, DC and CD. RGB value is (173,220,205). Sum of RGB (Red+Green+Blue) = 173+220+205=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCCD is #522332. Grayscale: #CCCCCC. Windows color (decimal): -5382963 or 13491373. OLE color: 13491373.
HSL color Cylindrical-coordinate representation of color #ADDCCD: hue angle of 160.85º 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 #ADDCCD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 205 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.14 |
| HSL | 160.85º | 0.4% | 0.77% | - |
| HSV(B) | 160.85º | 0.21% | 0.86% | - |
| XYZ | 53.85 | 64.48 | 67.37 | - |
| YUV | 204.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 205 | 0.21 | 0 | 0.07 | 0.14 | 160.85 | 0.4 | 0.77 |
| Hex | AD | DC | CD | 15 | 0 | 7 | E | A1 | 28 | 4D |
| Octal | 255 | 334 | 315 | 25 | 0 | 7 | 16 | 241 | 50 | 115 |
| Binary | 10101101 | 11011100 | 11001101 | 10101 | 0 | 111 | 1110 | 10100001 | 101000 | 1001101 |
Color Harmonies of #ADDCCD
Complementary color
Monochromatic Colors of #ADDCCD
Black with #ADDCCD
Text Example
Text Example
White with #ADDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCCD; }
p { color: rgb(173,220,205); }
H1.HeaderClassName
{
color: #ADDCCD;
}
.AnyTagClassName
{
color: #ADDCCD;
}
</style>
background-color css
<style>
a { background-color: #ADDCCD; }
a { background-color: rgb(173,220,205); }
div.DivClassName
{
background-color: #ADDCCD;
}
.BgClassName
{
background-color: #ADDCCD;
}
</style>
border-color css
<style>
span { border-color: #ADDCCD; }
span { border-color: rgb(173,220,205); }
td.TdClassName
{
border-color: #ADDCCD;
}
.TagClassName
{
border-color: #ADDCCD;
}
</style>