Shades of Cruise #AFDECB
Tints of Cruise #AFDECB
RGB
CMYK
RGB Variations
Color information
#AFDECB (or 0xAFDECB) is known color: Cruise. HEX triplet: AF, DE and CB. RGB value is (175,222,203). Sum of RGB (Red+Green+Blue) = 175+222+203=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDECB is #502134. Grayscale: #CDCDCD. Windows color (decimal): -5251381 or 13360815. OLE color: 13360815.
HSL color Cylindrical-coordinate representation of color #AFDECB: hue angle of 155.74º degrees, saturation: 0.42, 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 #AFDECB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 203 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.13 |
| HSL | 155.74º | 0.42% | 0.78% | - |
| HSV(B) | 155.74º | 0.21% | 0.87% | - |
| XYZ | 54.58 | 65.67 | 66.3 | - |
| YUV | 205.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 203 | 0.21 | 0 | 0.09 | 0.13 | 155.74 | 0.42 | 0.78 |
| Hex | AF | DE | CB | 15 | 0 | 9 | D | 9C | 2A | 4E |
| Octal | 257 | 336 | 313 | 25 | 0 | 11 | 15 | 234 | 52 | 116 |
| Binary | 10101111 | 11011110 | 11001011 | 10101 | 0 | 1001 | 1101 | 10011100 | 101010 | 1001110 |
Color Harmonies of #AFDECB
Complementary color
Monochromatic Colors of #AFDECB
Black with #AFDECB
Text Example
Text Example
White with #AFDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDECB; }
p { color: rgb(175,222,203); }
H1.HeaderClassName
{
color: #AFDECB;
}
.AnyTagClassName
{
color: #AFDECB;
}
</style>
background-color css
<style>
a { background-color: #AFDECB; }
a { background-color: rgb(175,222,203); }
div.DivClassName
{
background-color: #AFDECB;
}
.BgClassName
{
background-color: #AFDECB;
}
</style>
border-color css
<style>
span { border-color: #AFDECB; }
span { border-color: rgb(175,222,203); }
td.TdClassName
{
border-color: #AFDECB;
}
.TagClassName
{
border-color: #AFDECB;
}
</style>