Shades of Nebula #AFD2C1
Tints of Nebula #AFD2C1
RGB
CMYK
RGB Variations
Color information
#AFD2C1 (or 0xAFD2C1) is known color: Nebula. HEX triplet: AF, D2 and C1. RGB value is (175,210,193). Sum of RGB (Red+Green+Blue) = 175+210+193=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2C1 is #502D3E. Grayscale: #C5C5C5. Windows color (decimal): -5254463 or 12702383. OLE color: 12702383.
HSL color Cylindrical-coordinate representation of color #AFD2C1: hue angle of 150.86º 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 #AFD2C1 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 193 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.18 |
| HSL | 150.86º | 0.28% | 0.75% | - |
| HSV(B) | 150.86º | 0.17% | 0.82% | - |
| XYZ | 50.35 | 59.06 | 59.2 | - |
| YUV | 197.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 193 | 0.17 | 0 | 0.08 | 0.18 | 150.86 | 0.28 | 0.75 |
| Hex | AF | D2 | C1 | 11 | 0 | 8 | 12 | 97 | 1C | 4B |
| Octal | 257 | 322 | 301 | 21 | 0 | 10 | 22 | 227 | 34 | 113 |
| Binary | 10101111 | 11010010 | 11000001 | 10001 | 0 | 1000 | 10010 | 10010111 | 11100 | 1001011 |
Color Harmonies of #AFD2C1
Complementary color
Monochromatic Colors of #AFD2C1
Black with #AFD2C1
Text Example
Text Example
White with #AFD2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD2C1; }
p { color: rgb(175,210,193); }
H1.HeaderClassName
{
color: #AFD2C1;
}
.AnyTagClassName
{
color: #AFD2C1;
}
</style>
background-color css
<style>
a { background-color: #AFD2C1; }
a { background-color: rgb(175,210,193); }
div.DivClassName
{
background-color: #AFD2C1;
}
.BgClassName
{
background-color: #AFD2C1;
}
</style>
border-color css
<style>
span { border-color: #AFD2C1; }
span { border-color: rgb(175,210,193); }
td.TdClassName
{
border-color: #AFD2C1;
}
.TagClassName
{
border-color: #AFD2C1;
}
</style>