Shades of Nebula #AFDDC3
Tints of Nebula #AFDDC3
RGB
CMYK
RGB Variations
Color information
#AFDDC3 (or 0xAFDDC3) is known color: Nebula. HEX triplet: AF, DD and C3. RGB value is (175,221,195). Sum of RGB (Red+Green+Blue) = 175+221+195=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC3 is #50223C. Grayscale: #CCCCCC. Windows color (decimal): -5251645 or 12836271. OLE color: 12836271.
HSL color Cylindrical-coordinate representation of color #AFDDC3: hue angle of 146.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDC3 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 175 | 221 | 195 | - |
CMYK | 0.21 | 0 | 0.12 | 0.13 |
HSL | 146.09º | 0.4% | 0.78% | - |
HSV(B) | 146.09º | 0.21% | 0.87% | - |
XYZ | 53.39 | 64.77 | 61.32 | - |
YUV | 204.28 | 122.76 | 107.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 221 | 195 | 0.21 | 0 | 0.12 | 0.13 | 146.09 | 0.4 | 0.78 |
Hex | AF | DD | C3 | 15 | 0 | C | D | 92 | 28 | 4E |
Octal | 257 | 335 | 303 | 25 | 0 | 14 | 15 | 222 | 50 | 116 |
Binary | 10101111 | 11011101 | 11000011 | 10101 | 0 | 1100 | 1101 | 10010010 | 101000 | 1001110 |
Color Harmonies of #AFDDC3
Complementary color
Monochromatic Colors of #AFDDC3
Black with #AFDDC3
Text Example
Text Example
White with #AFDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDC3; }
p { color: rgb(175,221,195); }
H1.HeaderClassName
{
color: #AFDDC3;
}
.AnyTagClassName
{
color: #AFDDC3;
}
</style>
background-color css
<style>
a { background-color: #AFDDC3; }
a { background-color: rgb(175,221,195); }
div.DivClassName
{
background-color: #AFDDC3;
}
.BgClassName
{
background-color: #AFDDC3;
}
</style>
border-color css
<style>
span { border-color: #AFDDC3; }
span { border-color: rgb(175,221,195); }
td.TdClassName
{
border-color: #AFDDC3;
}
.TagClassName
{
border-color: #AFDDC3;
}
</style>