Shades of Cruise #ADDECB
Tints of Cruise #ADDECB
RGB
CMYK
RGB Variations
Color information
#ADDECB (or 0xADDECB) is known color: Cruise. HEX triplet: AD, DE and CB. RGB value is (173,222,203). Sum of RGB (Red+Green+Blue) = 173+222+203=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDECB is #522134. Grayscale: #CDCDCD. Windows color (decimal): -5382453 or 13360813. OLE color: 13360813.
HSL color Cylindrical-coordinate representation of color #ADDECB: hue angle of 156.73º 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 #ADDECB is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 203 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.13 |
| HSL | 156.73º | 0.43% | 0.77% | - |
| HSV(B) | 156.73º | 0.22% | 0.87% | - |
| XYZ | 54.13 | 65.44 | 66.28 | - |
| YUV | 205.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 203 | 0.22 | 0 | 0.09 | 0.13 | 156.73 | 0.43 | 0.77 |
| Hex | AD | DE | CB | 16 | 0 | 9 | D | 9D | 2B | 4D |
| Octal | 255 | 336 | 313 | 26 | 0 | 11 | 15 | 235 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11001011 | 10110 | 0 | 1001 | 1101 | 10011101 | 101011 | 1001101 |
Color Harmonies of #ADDECB
Complementary color
Monochromatic Colors of #ADDECB
Black with #ADDECB
Text Example
Text Example
White with #ADDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDECB; }
p { color: rgb(173,222,203); }
H1.HeaderClassName
{
color: #ADDECB;
}
.AnyTagClassName
{
color: #ADDECB;
}
</style>
background-color css
<style>
a { background-color: #ADDECB; }
a { background-color: rgb(173,222,203); }
div.DivClassName
{
background-color: #ADDECB;
}
.BgClassName
{
background-color: #ADDECB;
}
</style>
border-color css
<style>
span { border-color: #ADDECB; }
span { border-color: rgb(173,222,203); }
td.TdClassName
{
border-color: #ADDECB;
}
.TagClassName
{
border-color: #ADDECB;
}
</style>