Shades of Nebula #AFCEBD
Tints of Nebula #AFCEBD
RGB
CMYK
RGB Variations
Color information
#AFCEBD (or 0xAFCEBD) is known color: Nebula. HEX triplet: AF, CE and BD. RGB value is (175,206,189). Sum of RGB (Red+Green+Blue) = 175+206+189=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEBD is #503142. Grayscale: #C2C2C2. Windows color (decimal): -5255491 or 12439215. OLE color: 12439215.
HSL color Cylindrical-coordinate representation of color #AFCEBD: hue angle of 147.1º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCEBD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 189 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.19 |
| HSL | 147.1º | 0.24% | 0.75% | - |
| HSV(B) | 147.1º | 0.15% | 0.81% | - |
| XYZ | 48.94 | 56.93 | 56.55 | - |
| YUV | 194.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 189 | 0.15 | 0 | 0.08 | 0.19 | 147.1 | 0.24 | 0.75 |
| Hex | AF | CE | BD | F | 0 | 8 | 13 | 93 | 18 | 4B |
| Octal | 257 | 316 | 275 | 17 | 0 | 10 | 23 | 223 | 30 | 113 |
| Binary | 10101111 | 11001110 | 10111101 | 1111 | 0 | 1000 | 10011 | 10010011 | 11000 | 1001011 |
Color Harmonies of #AFCEBD
Complementary color
Monochromatic Colors of #AFCEBD
Black with #AFCEBD
Text Example
Text Example
White with #AFCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCEBD; }
p { color: rgb(175,206,189); }
H1.HeaderClassName
{
color: #AFCEBD;
}
.AnyTagClassName
{
color: #AFCEBD;
}
</style>
background-color css
<style>
a { background-color: #AFCEBD; }
a { background-color: rgb(175,206,189); }
div.DivClassName
{
background-color: #AFCEBD;
}
.BgClassName
{
background-color: #AFCEBD;
}
</style>
border-color css
<style>
span { border-color: #AFCEBD; }
span { border-color: rgb(175,206,189); }
td.TdClassName
{
border-color: #AFCEBD;
}
.TagClassName
{
border-color: #AFCEBD;
}
</style>