Shades of Nebula #AED4C1
Tints of Nebula #AED4C1
RGB
CMYK
RGB Variations
Color information
#AED4C1 (or 0xAED4C1) is known color: Nebula. HEX triplet: AE, D4 and C1. RGB value is (174,212,193). Sum of RGB (Red+Green+Blue) = 174+212+193=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4C1 is #512B3E. Grayscale: #C6C6C6. Windows color (decimal): -5319487 or 12702894. OLE color: 12702894.
HSL color Cylindrical-coordinate representation of color #AED4C1: hue angle of 150º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4C1 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 193 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.17 |
| HSL | 150º | 0.31% | 0.76% | - |
| HSV(B) | 150º | 0.18% | 0.83% | - |
| XYZ | 50.62 | 59.94 | 59.35 | - |
| YUV | 198.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 193 | 0.18 | 0 | 0.09 | 0.17 | 150 | 0.31 | 0.76 |
| Hex | AE | D4 | C1 | 12 | 0 | 9 | 11 | 96 | 1F | 4C |
| Octal | 256 | 324 | 301 | 22 | 0 | 11 | 21 | 226 | 37 | 114 |
| Binary | 10101110 | 11010100 | 11000001 | 10010 | 0 | 1001 | 10001 | 10010110 | 11111 | 1001100 |
Color Harmonies of #AED4C1
Complementary color
Monochromatic Colors of #AED4C1
Black with #AED4C1
Text Example
Text Example
White with #AED4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4C1; }
p { color: rgb(174,212,193); }
H1.HeaderClassName
{
color: #AED4C1;
}
.AnyTagClassName
{
color: #AED4C1;
}
</style>
background-color css
<style>
a { background-color: #AED4C1; }
a { background-color: rgb(174,212,193); }
div.DivClassName
{
background-color: #AED4C1;
}
.BgClassName
{
background-color: #AED4C1;
}
</style>
border-color css
<style>
span { border-color: #AED4C1; }
span { border-color: rgb(174,212,193); }
td.TdClassName
{
border-color: #AED4C1;
}
.TagClassName
{
border-color: #AED4C1;
}
</style>