Shades of Spindle #AFCADD
Tints of Spindle #AFCADD
RGB
CMYK
RGB Variations
Color information
#AFCADD (or 0xAFCADD) is known color: Spindle. HEX triplet: AF, CA and DD. RGB value is (175,202,221). Sum of RGB (Red+Green+Blue) = 175+202+221=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFCADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCADD is #503522. Grayscale: #C3C3C3. Windows color (decimal): -5256483 or 14535343. OLE color: 14535343.
HSL color Cylindrical-coordinate representation of color #AFCADD: hue angle of 204.78º 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 #AFCADD is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 202 | 221 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.13 |
| HSL | 204.78º | 0.4% | 0.78% | - |
| HSV(B) | 204.78º | 0.21% | 0.87% | - |
| XYZ | 51.85 | 56.58 | 76.59 | - |
| YUV | 196.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 221 | 0.21 | 0.09 | 0 | 0.13 | 204.78 | 0.4 | 0.78 |
| Hex | AF | CA | DD | 15 | 9 | 0 | D | CD | 28 | 4E |
| Octal | 257 | 312 | 335 | 25 | 11 | 0 | 15 | 315 | 50 | 116 |
| Binary | 10101111 | 11001010 | 11011101 | 10101 | 1001 | 0 | 1101 | 11001101 | 101000 | 1001110 |
Color Harmonies of #AFCADD
Complementary color
Monochromatic Colors of #AFCADD
Black with #AFCADD
Text Example
Text Example
White with #AFCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCADD; }
p { color: rgb(175,202,221); }
H1.HeaderClassName
{
color: #AFCADD;
}
.AnyTagClassName
{
color: #AFCADD;
}
</style>
background-color css
<style>
a { background-color: #AFCADD; }
a { background-color: rgb(175,202,221); }
div.DivClassName
{
background-color: #AFCADD;
}
.BgClassName
{
background-color: #AFCADD;
}
</style>
border-color css
<style>
span { border-color: #AFCADD; }
span { border-color: rgb(175,202,221); }
td.TdClassName
{
border-color: #AFCADD;
}
.TagClassName
{
border-color: #AFCADD;
}
</style>