Shades of Cruise #ADDFCB
Tints of Cruise #ADDFCB
RGB
CMYK
RGB Variations
Color information
#ADDFCB (or 0xADDFCB) is known color: Cruise. HEX triplet: AD, DF and CB. RGB value is (173,223,203). Sum of RGB (Red+Green+Blue) = 173+223+203=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFCB is #522034. Grayscale: #CDCDCD. Windows color (decimal): -5382197 or 13361069. OLE color: 13361069.
HSL color Cylindrical-coordinate representation of color #ADDFCB: hue angle of 156º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFCB is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 203 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.13 |
| HSL | 156º | 0.44% | 0.78% | - |
| HSV(B) | 156º | 0.22% | 0.87% | - |
| XYZ | 54.4 | 65.97 | 66.37 | - |
| YUV | 205.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 203 | 0.22 | 0 | 0.09 | 0.13 | 156 | 0.44 | 0.78 |
| Hex | AD | DF | CB | 16 | 0 | 9 | D | 9C | 2C | 4E |
| Octal | 255 | 337 | 313 | 26 | 0 | 11 | 15 | 234 | 54 | 116 |
| Binary | 10101101 | 11011111 | 11001011 | 10110 | 0 | 1001 | 1101 | 10011100 | 101100 | 1001110 |
Color Harmonies of #ADDFCB
Complementary color
Monochromatic Colors of #ADDFCB
Black with #ADDFCB
Text Example
Text Example
White with #ADDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFCB; }
p { color: rgb(173,223,203); }
H1.HeaderClassName
{
color: #ADDFCB;
}
.AnyTagClassName
{
color: #ADDFCB;
}
</style>
background-color css
<style>
a { background-color: #ADDFCB; }
a { background-color: rgb(173,223,203); }
div.DivClassName
{
background-color: #ADDFCB;
}
.BgClassName
{
background-color: #ADDFCB;
}
</style>
border-color css
<style>
span { border-color: #ADDFCB; }
span { border-color: rgb(173,223,203); }
td.TdClassName
{
border-color: #ADDFCB;
}
.TagClassName
{
border-color: #ADDFCB;
}
</style>