Shades of Spindle #AFC2D2
Tints of Spindle #AFC2D2
RGB
CMYK
RGB Variations
Color information
#AFC2D2 (or 0xAFC2D2) is known color: Spindle. HEX triplet: AF, C2 and D2. RGB value is (175,194,210). Sum of RGB (Red+Green+Blue) = 175+194+210=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFC2D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2D2 is #503D2D. Grayscale: #BEBEBE. Windows color (decimal): -5258542 or 13812399. OLE color: 13812399.
HSL color Cylindrical-coordinate representation of color #AFC2D2: hue angle of 207.43º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFC2D2 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 194 | 210 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.18 |
| HSL | 207.43º | 0.28% | 0.75% | - |
| HSV(B) | 207.43º | 0.17% | 0.82% | - |
| XYZ | 48.6 | 52.35 | 68.52 | - |
| YUV | 190.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 210 | 0.17 | 0.08 | 0 | 0.18 | 207.43 | 0.28 | 0.75 |
| Hex | AF | C2 | D2 | 11 | 8 | 0 | 12 | CF | 1C | 4B |
| Octal | 257 | 302 | 322 | 21 | 10 | 0 | 22 | 317 | 34 | 113 |
| Binary | 10101111 | 11000010 | 11010010 | 10001 | 1000 | 0 | 10010 | 11001111 | 11100 | 1001011 |
Color Harmonies of #AFC2D2
Complementary color
Monochromatic Colors of #AFC2D2
Black with #AFC2D2
Text Example
Text Example
White with #AFC2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2D2; }
p { color: rgb(175,194,210); }
H1.HeaderClassName
{
color: #AFC2D2;
}
.AnyTagClassName
{
color: #AFC2D2;
}
</style>
background-color css
<style>
a { background-color: #AFC2D2; }
a { background-color: rgb(175,194,210); }
div.DivClassName
{
background-color: #AFC2D2;
}
.BgClassName
{
background-color: #AFC2D2;
}
</style>
border-color css
<style>
span { border-color: #AFC2D2; }
span { border-color: rgb(175,194,210); }
td.TdClassName
{
border-color: #AFC2D2;
}
.TagClassName
{
border-color: #AFC2D2;
}
</style>