Shades of Nebula #AEDCC2
Tints of Nebula #AEDCC2
RGB
CMYK
RGB Variations
Color information
#AEDCC2 (or 0xAEDCC2) is known color: Nebula. HEX triplet: AE, DC and C2. RGB value is (174,220,194). Sum of RGB (Red+Green+Blue) = 174+220+194=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC2 is #51233D. Grayscale: #CBCBCB. Windows color (decimal): -5317438 or 12770478. OLE color: 12770478.
HSL color Cylindrical-coordinate representation of color #AEDCC2: hue angle of 146.09º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCC2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 194 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.14 |
| HSL | 146.09º | 0.4% | 0.77% | - |
| HSV(B) | 146.09º | 0.21% | 0.86% | - |
| XYZ | 52.79 | 64.08 | 60.63 | - |
| YUV | 203.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 194 | 0.21 | 0 | 0.12 | 0.14 | 146.09 | 0.4 | 0.77 |
| Hex | AE | DC | C2 | 15 | 0 | C | E | 92 | 28 | 4D |
| Octal | 256 | 334 | 302 | 25 | 0 | 14 | 16 | 222 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11000010 | 10101 | 0 | 1100 | 1110 | 10010010 | 101000 | 1001101 |
Color Harmonies of #AEDCC2
Complementary color
Monochromatic Colors of #AEDCC2
Black with #AEDCC2
Text Example
Text Example
White with #AEDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCC2; }
p { color: rgb(174,220,194); }
H1.HeaderClassName
{
color: #AEDCC2;
}
.AnyTagClassName
{
color: #AEDCC2;
}
</style>
background-color css
<style>
a { background-color: #AEDCC2; }
a { background-color: rgb(174,220,194); }
div.DivClassName
{
background-color: #AEDCC2;
}
.BgClassName
{
background-color: #AEDCC2;
}
</style>
border-color css
<style>
span { border-color: #AEDCC2; }
span { border-color: rgb(174,220,194); }
td.TdClassName
{
border-color: #AEDCC2;
}
.TagClassName
{
border-color: #AEDCC2;
}
</style>