Shades of Nebula #AEDDC3
Tints of Nebula #AEDDC3
RGB
CMYK
RGB Variations
Color information
#AEDDC3 (or 0xAEDDC3) is known color: Nebula. HEX triplet: AE, DD and C3. RGB value is (174,221,195). Sum of RGB (Red+Green+Blue) = 174+221+195=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC3 is #51223C. Grayscale: #CCCCCC. Windows color (decimal): -5317181 or 12836270. OLE color: 12836270.
HSL color Cylindrical-coordinate representation of color #AEDDC3: hue angle of 146.81º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDC3 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 195 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.13 |
| HSL | 146.81º | 0.41% | 0.77% | - |
| HSV(B) | 146.81º | 0.21% | 0.87% | - |
| XYZ | 53.16 | 64.65 | 61.31 | - |
| YUV | 203.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 195 | 0.21 | 0 | 0.12 | 0.13 | 146.81 | 0.41 | 0.77 |
| Hex | AE | DD | C3 | 15 | 0 | C | D | 93 | 29 | 4D |
| Octal | 256 | 335 | 303 | 25 | 0 | 14 | 15 | 223 | 51 | 115 |
| Binary | 10101110 | 11011101 | 11000011 | 10101 | 0 | 1100 | 1101 | 10010011 | 101001 | 1001101 |
Color Harmonies of #AEDDC3
Complementary color
Monochromatic Colors of #AEDDC3
Black with #AEDDC3
Text Example
Text Example
White with #AEDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDC3; }
p { color: rgb(174,221,195); }
H1.HeaderClassName
{
color: #AEDDC3;
}
.AnyTagClassName
{
color: #AEDDC3;
}
</style>
background-color css
<style>
a { background-color: #AEDDC3; }
a { background-color: rgb(174,221,195); }
div.DivClassName
{
background-color: #AEDDC3;
}
.BgClassName
{
background-color: #AEDDC3;
}
</style>
border-color css
<style>
span { border-color: #AEDDC3; }
span { border-color: rgb(174,221,195); }
td.TdClassName
{
border-color: #AEDDC3;
}
.TagClassName
{
border-color: #AEDDC3;
}
</style>