Shades of Cruise #AFDDCB
Tints of Cruise #AFDDCB
RGB
CMYK
RGB Variations
Color information
#AFDDCB (or 0xAFDDCB) is known color: Cruise. HEX triplet: AF, DD and CB. RGB value is (175,221,203). Sum of RGB (Red+Green+Blue) = 175+221+203=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDCB is #502234. Grayscale: #CDCDCD. Windows color (decimal): -5251637 or 13360559. OLE color: 13360559.
HSL color Cylindrical-coordinate representation of color #AFDDCB: hue angle of 156.52º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDCB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 203 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.13 |
| HSL | 156.52º | 0.4% | 0.78% | - |
| HSV(B) | 156.52º | 0.21% | 0.87% | - |
| XYZ | 54.32 | 65.14 | 66.21 | - |
| YUV | 205.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 203 | 0.21 | 0 | 0.08 | 0.13 | 156.52 | 0.4 | 0.78 |
| Hex | AF | DD | CB | 15 | 0 | 8 | D | 9D | 28 | 4E |
| Octal | 257 | 335 | 313 | 25 | 0 | 10 | 15 | 235 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11001011 | 10101 | 0 | 1000 | 1101 | 10011101 | 101000 | 1001110 |
Color Harmonies of #AFDDCB
Complementary color
Monochromatic Colors of #AFDDCB
Black with #AFDDCB
Text Example
Text Example
White with #AFDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDCB; }
p { color: rgb(175,221,203); }
H1.HeaderClassName
{
color: #AFDDCB;
}
.AnyTagClassName
{
color: #AFDDCB;
}
</style>
background-color css
<style>
a { background-color: #AFDDCB; }
a { background-color: rgb(175,221,203); }
div.DivClassName
{
background-color: #AFDDCB;
}
.BgClassName
{
background-color: #AFDDCB;
}
</style>
border-color css
<style>
span { border-color: #AFDDCB; }
span { border-color: rgb(175,221,203); }
td.TdClassName
{
border-color: #AFDDCB;
}
.TagClassName
{
border-color: #AFDDCB;
}
</style>