Shades of Cruise #ADDCCB
Tints of Cruise #ADDCCB
RGB
CMYK
RGB Variations
Color information
#ADDCCB (or 0xADDCCB) is known color: Cruise. HEX triplet: AD, DC and CB. RGB value is (173,220,203). Sum of RGB (Red+Green+Blue) = 173+220+203=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCCB is #522334. Grayscale: #CCCCCC. Windows color (decimal): -5382965 or 13360301. OLE color: 13360301.
HSL color Cylindrical-coordinate representation of color #ADDCCB: hue angle of 158.3º 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 #ADDCCB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 203 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.14 |
| HSL | 158.3º | 0.4% | 0.77% | - |
| HSV(B) | 158.3º | 0.21% | 0.86% | - |
| XYZ | 53.61 | 64.38 | 66.1 | - |
| YUV | 204.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 203 | 0.21 | 0 | 0.08 | 0.14 | 158.3 | 0.4 | 0.77 |
| Hex | AD | DC | CB | 15 | 0 | 8 | E | 9E | 28 | 4D |
| Octal | 255 | 334 | 313 | 25 | 0 | 10 | 16 | 236 | 50 | 115 |
| Binary | 10101101 | 11011100 | 11001011 | 10101 | 0 | 1000 | 1110 | 10011110 | 101000 | 1001101 |
Color Harmonies of #ADDCCB
Complementary color
Monochromatic Colors of #ADDCCB
Black with #ADDCCB
Text Example
Text Example
White with #ADDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCCB; }
p { color: rgb(173,220,203); }
H1.HeaderClassName
{
color: #ADDCCB;
}
.AnyTagClassName
{
color: #ADDCCB;
}
</style>
background-color css
<style>
a { background-color: #ADDCCB; }
a { background-color: rgb(173,220,203); }
div.DivClassName
{
background-color: #ADDCCB;
}
.BgClassName
{
background-color: #ADDCCB;
}
</style>
border-color css
<style>
span { border-color: #ADDCCB; }
span { border-color: rgb(173,220,203); }
td.TdClassName
{
border-color: #ADDCCB;
}
.TagClassName
{
border-color: #ADDCCB;
}
</style>