Shades of Cruise #ADDECE
Tints of Cruise #ADDECE
RGB
CMYK
RGB Variations
Color information
#ADDECE (or 0xADDECE) is known color: Cruise. HEX triplet: AD, DE and CE. RGB value is (173,222,206). Sum of RGB (Red+Green+Blue) = 173+222+206=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDECE is #522131. Grayscale: #CDCDCD. Windows color (decimal): -5382450 or 13557421. OLE color: 13557421.
HSL color Cylindrical-coordinate representation of color #ADDECE: hue angle of 160.41º 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 #ADDECE is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 206 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.13 |
| HSL | 160.41º | 0.43% | 0.77% | - |
| HSV(B) | 160.41º | 0.22% | 0.87% | - |
| XYZ | 54.5 | 65.58 | 68.18 | - |
| YUV | 205.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 206 | 0.22 | 0 | 0.07 | 0.13 | 160.41 | 0.43 | 0.77 |
| Hex | AD | DE | CE | 16 | 0 | 7 | D | A0 | 2B | 4D |
| Octal | 255 | 336 | 316 | 26 | 0 | 7 | 15 | 240 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11001110 | 10110 | 0 | 111 | 1101 | 10100000 | 101011 | 1001101 |
Color Harmonies of #ADDECE
Complementary color
Monochromatic Colors of #ADDECE
Black with #ADDECE
Text Example
Text Example
White with #ADDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDECE; }
p { color: rgb(173,222,206); }
H1.HeaderClassName
{
color: #ADDECE;
}
.AnyTagClassName
{
color: #ADDECE;
}
</style>
background-color css
<style>
a { background-color: #ADDECE; }
a { background-color: rgb(173,222,206); }
div.DivClassName
{
background-color: #ADDECE;
}
.BgClassName
{
background-color: #ADDECE;
}
</style>
border-color css
<style>
span { border-color: #ADDECE; }
span { border-color: rgb(173,222,206); }
td.TdClassName
{
border-color: #ADDECE;
}
.TagClassName
{
border-color: #ADDECE;
}
</style>