Shades of Spindle #AFCADB
Tints of Spindle #AFCADB
RGB
CMYK
RGB Variations
Color information
#AFCADB (or 0xAFCADB) is known color: Spindle. HEX triplet: AF, CA and DB. RGB value is (175,202,219). Sum of RGB (Red+Green+Blue) = 175+202+219=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCADB is #503524. Grayscale: #C3C3C3. Windows color (decimal): -5256485 or 14404271. OLE color: 14404271.
HSL color Cylindrical-coordinate representation of color #AFCADB: hue angle of 203.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFCADB is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 202 | 219 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.14 |
| HSL | 203.18º | 0.38% | 0.77% | - |
| HSV(B) | 203.18º | 0.2% | 0.86% | - |
| XYZ | 51.59 | 56.47 | 75.2 | - |
| YUV | 195.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 219 | 0.20 | 0.08 | 0 | 0.14 | 203.18 | 0.38 | 0.77 |
| Hex | AF | CA | DB | 14 | 8 | 0 | E | CB | 26 | 4D |
| Octal | 257 | 312 | 333 | 24 | 10 | 0 | 16 | 313 | 46 | 115 |
| Binary | 10101111 | 11001010 | 11011011 | 10100 | 1000 | 0 | 1110 | 11001011 | 100110 | 1001101 |
Color Harmonies of #AFCADB
Complementary color
Monochromatic Colors of #AFCADB
Black with #AFCADB
Text Example
Text Example
White with #AFCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCADB; }
p { color: rgb(175,202,219); }
H1.HeaderClassName
{
color: #AFCADB;
}
.AnyTagClassName
{
color: #AFCADB;
}
</style>
background-color css
<style>
a { background-color: #AFCADB; }
a { background-color: rgb(175,202,219); }
div.DivClassName
{
background-color: #AFCADB;
}
.BgClassName
{
background-color: #AFCADB;
}
</style>
border-color css
<style>
span { border-color: #AFCADB; }
span { border-color: rgb(175,202,219); }
td.TdClassName
{
border-color: #AFCADB;
}
.TagClassName
{
border-color: #AFCADB;
}
</style>