Shades of Scandal #A8DDCF
Tints of Scandal #A8DDCF
RGB
CMYK
RGB Variations
Color information
#A8DDCF (or 0xA8DDCF) is known color: Scandal. HEX triplet: A8, DD and CF. RGB value is (168,221,207). Sum of RGB (Red+Green+Blue) = 168+221+207=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDCF is #572230. Grayscale: #CBCBCB. Windows color (decimal): -5710385 or 13622696. OLE color: 13622696.
HSL color Cylindrical-coordinate representation of color #A8DDCF: hue angle of 164.15º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDCF is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 221 | 207 | - |
CMYK | 0.24 | 0 | 0.06 | 0.13 |
HSL | 164.15º | 0.44% | 0.76% | - |
HSV(B) | 164.15º | 0.24% | 0.87% | - |
XYZ | 53.27 | 64.54 | 68.68 | - |
YUV | 203.56 | 129.94 | 102.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 221 | 207 | 0.24 | 0 | 0.06 | 0.13 | 164.15 | 0.44 | 0.76 |
Hex | A8 | DD | CF | 18 | 0 | 6 | D | A4 | 2C | 4C |
Octal | 250 | 335 | 317 | 30 | 0 | 6 | 15 | 244 | 54 | 114 |
Binary | 10101000 | 11011101 | 11001111 | 11000 | 0 | 110 | 1101 | 10100100 | 101100 | 1001100 |
Color Harmonies of #A8DDCF
Complementary color
Monochromatic Colors of #A8DDCF
Black with #A8DDCF
Text Example
Text Example
White with #A8DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDCF; }
p { color: rgb(168,221,207); }
H1.HeaderClassName
{
color: #A8DDCF;
}
.AnyTagClassName
{
color: #A8DDCF;
}
</style>
background-color css
<style>
a { background-color: #A8DDCF; }
a { background-color: rgb(168,221,207); }
div.DivClassName
{
background-color: #A8DDCF;
}
.BgClassName
{
background-color: #A8DDCF;
}
</style>
border-color css
<style>
span { border-color: #A8DDCF; }
span { border-color: rgb(168,221,207); }
td.TdClassName
{
border-color: #A8DDCF;
}
.TagClassName
{
border-color: #A8DDCF;
}
</style>