Shades of Scandal #AFDBCE
Tints of Scandal #AFDBCE
RGB
CMYK
RGB Variations
Color information
#AFDBCE (or 0xAFDBCE) is known color: Scandal. HEX triplet: AF, DB and CE. RGB value is (175,219,206). Sum of RGB (Red+Green+Blue) = 175+219+206=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBCE is #502431. Grayscale: #CCCCCC. Windows color (decimal): -5252146 or 13556655. OLE color: 13556655.
HSL color Cylindrical-coordinate representation of color #AFDBCE: hue angle of 162.27º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBCE is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 206 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.14 |
| HSL | 162.27º | 0.38% | 0.77% | - |
| HSV(B) | 162.27º | 0.2% | 0.86% | - |
| XYZ | 54.15 | 64.23 | 67.94 | - |
| YUV | 204.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 206 | 0.20 | 0 | 0.06 | 0.14 | 162.27 | 0.38 | 0.77 |
| Hex | AF | DB | CE | 14 | 0 | 6 | E | A2 | 26 | 4D |
| Octal | 257 | 333 | 316 | 24 | 0 | 6 | 16 | 242 | 46 | 115 |
| Binary | 10101111 | 11011011 | 11001110 | 10100 | 0 | 110 | 1110 | 10100010 | 100110 | 1001101 |
Color Harmonies of #AFDBCE
Complementary color
Monochromatic Colors of #AFDBCE
Black with #AFDBCE
Text Example
Text Example
White with #AFDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBCE; }
p { color: rgb(175,219,206); }
H1.HeaderClassName
{
color: #AFDBCE;
}
.AnyTagClassName
{
color: #AFDBCE;
}
</style>
background-color css
<style>
a { background-color: #AFDBCE; }
a { background-color: rgb(175,219,206); }
div.DivClassName
{
background-color: #AFDBCE;
}
.BgClassName
{
background-color: #AFDBCE;
}
</style>
border-color css
<style>
span { border-color: #AFDBCE; }
span { border-color: rgb(175,219,206); }
td.TdClassName
{
border-color: #AFDBCE;
}
.TagClassName
{
border-color: #AFDBCE;
}
</style>