Shades of Nebula #ADDAC1
Tints of Nebula #ADDAC1
RGB
CMYK
RGB Variations
Color information
#ADDAC1 (or 0xADDAC1) is known color: Nebula. HEX triplet: AD, DA and C1. RGB value is (173,218,193). Sum of RGB (Red+Green+Blue) = 173+218+193=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAC1 is #52253E. Grayscale: #C9C9C9. Windows color (decimal): -5383487 or 12704429. OLE color: 12704429.
HSL color Cylindrical-coordinate representation of color #ADDAC1: hue angle of 146.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAC1 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 193 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.15 |
| HSL | 146.67º | 0.38% | 0.77% | - |
| HSV(B) | 146.67º | 0.21% | 0.85% | - |
| XYZ | 51.93 | 62.88 | 59.85 | - |
| YUV | 201.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 193 | 0.21 | 0 | 0.11 | 0.15 | 146.67 | 0.38 | 0.77 |
| Hex | AD | DA | C1 | 15 | 0 | B | F | 93 | 26 | 4D |
| Octal | 255 | 332 | 301 | 25 | 0 | 13 | 17 | 223 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11000001 | 10101 | 0 | 1011 | 1111 | 10010011 | 100110 | 1001101 |
Color Harmonies of #ADDAC1
Complementary color
Monochromatic Colors of #ADDAC1
Black with #ADDAC1
Text Example
Text Example
White with #ADDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAC1; }
p { color: rgb(173,218,193); }
H1.HeaderClassName
{
color: #ADDAC1;
}
.AnyTagClassName
{
color: #ADDAC1;
}
</style>
background-color css
<style>
a { background-color: #ADDAC1; }
a { background-color: rgb(173,218,193); }
div.DivClassName
{
background-color: #ADDAC1;
}
.BgClassName
{
background-color: #ADDAC1;
}
</style>
border-color css
<style>
span { border-color: #ADDAC1; }
span { border-color: rgb(173,218,193); }
td.TdClassName
{
border-color: #ADDAC1;
}
.TagClassName
{
border-color: #ADDAC1;
}
</style>