Shades of Nebula #ADDAC2
Tints of Nebula #ADDAC2
RGB
CMYK
RGB Variations
Color information
#ADDAC2 (or 0xADDAC2) is known color: Nebula. HEX triplet: AD, DA and C2. RGB value is (173,218,194). Sum of RGB (Red+Green+Blue) = 173+218+194=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAC2 is #52253D. Grayscale: #C9C9C9. Windows color (decimal): -5383486 or 12769965. OLE color: 12769965.
HSL color Cylindrical-coordinate representation of color #ADDAC2: hue angle of 148º 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 #ADDAC2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 194 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.15 |
| HSL | 148º | 0.38% | 0.77% | - |
| HSV(B) | 148º | 0.21% | 0.85% | - |
| XYZ | 52.04 | 62.92 | 60.44 | - |
| YUV | 201.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 194 | 0.21 | 0 | 0.11 | 0.15 | 148 | 0.38 | 0.77 |
| Hex | AD | DA | C2 | 15 | 0 | B | F | 94 | 26 | 4D |
| Octal | 255 | 332 | 302 | 25 | 0 | 13 | 17 | 224 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11000010 | 10101 | 0 | 1011 | 1111 | 10010100 | 100110 | 1001101 |
Color Harmonies of #ADDAC2
Complementary color
Monochromatic Colors of #ADDAC2
Black with #ADDAC2
Text Example
Text Example
White with #ADDAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAC2; }
p { color: rgb(173,218,194); }
H1.HeaderClassName
{
color: #ADDAC2;
}
.AnyTagClassName
{
color: #ADDAC2;
}
</style>
background-color css
<style>
a { background-color: #ADDAC2; }
a { background-color: rgb(173,218,194); }
div.DivClassName
{
background-color: #ADDAC2;
}
.BgClassName
{
background-color: #ADDAC2;
}
</style>
border-color css
<style>
span { border-color: #ADDAC2; }
span { border-color: rgb(173,218,194); }
td.TdClassName
{
border-color: #ADDAC2;
}
.TagClassName
{
border-color: #ADDAC2;
}
</style>