Shades of Spindle #AFC2D3
Tints of Spindle #AFC2D3
RGB
CMYK
RGB Variations
Color information
#AFC2D3 (or 0xAFC2D3) is known color: Spindle. HEX triplet: AF, C2 and D3. RGB value is (175,194,211). Sum of RGB (Red+Green+Blue) = 175+194+211=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFC2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2D3 is #503D2C. Grayscale: #BEBEBE. Windows color (decimal): -5258541 or 13877935. OLE color: 13877935.
HSL color Cylindrical-coordinate representation of color #AFC2D3: hue angle of 208.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFC2D3 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 194 | 211 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.17 |
| HSL | 208.33º | 0.29% | 0.76% | - |
| HSV(B) | 208.33º | 0.17% | 0.83% | - |
| XYZ | 48.73 | 52.4 | 69.17 | - |
| YUV | 190.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 211 | 0.17 | 0.08 | 0 | 0.17 | 208.33 | 0.29 | 0.76 |
| Hex | AF | C2 | D3 | 11 | 8 | 0 | 11 | D0 | 1D | 4C |
| Octal | 257 | 302 | 323 | 21 | 10 | 0 | 21 | 320 | 35 | 114 |
| Binary | 10101111 | 11000010 | 11010011 | 10001 | 1000 | 0 | 10001 | 11010000 | 11101 | 1001100 |
Color Harmonies of #AFC2D3
Complementary color
Monochromatic Colors of #AFC2D3
Black with #AFC2D3
Text Example
Text Example
White with #AFC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2D3; }
p { color: rgb(175,194,211); }
H1.HeaderClassName
{
color: #AFC2D3;
}
.AnyTagClassName
{
color: #AFC2D3;
}
</style>
background-color css
<style>
a { background-color: #AFC2D3; }
a { background-color: rgb(175,194,211); }
div.DivClassName
{
background-color: #AFC2D3;
}
.BgClassName
{
background-color: #AFC2D3;
}
</style>
border-color css
<style>
span { border-color: #AFC2D3; }
span { border-color: rgb(175,194,211); }
td.TdClassName
{
border-color: #AFC2D3;
}
.TagClassName
{
border-color: #AFC2D3;
}
</style>