Shades of Scandal #AFDDD4
Tints of Scandal #AFDDD4
RGB
CMYK
RGB Variations
Color information
#AFDDD4 (or 0xAFDDD4) is known color: Scandal. HEX triplet: AF, DD and D4. RGB value is (175,221,212). Sum of RGB (Red+Green+Blue) = 175+221+212=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDD4 is #50222B. Grayscale: #CECECE. Windows color (decimal): -5251628 or 13950383. OLE color: 13950383.
HSL color Cylindrical-coordinate representation of color #AFDDD4: hue angle of 168.26º 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 #AFDDD4 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 175 | 221 | 212 | - |
CMYK | 0.21 | 0 | 0.04 | 0.13 |
HSL | 168.26º | 0.4% | 0.78% | - |
HSV(B) | 168.26º | 0.21% | 0.87% | - |
XYZ | 55.42 | 65.58 | 72.02 | - |
YUV | 206.22 | 131.26 | 105.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 221 | 212 | 0.21 | 0 | 0.04 | 0.13 | 168.26 | 0.4 | 0.78 |
Hex | AF | DD | D4 | 15 | 0 | 4 | D | A8 | 28 | 4E |
Octal | 257 | 335 | 324 | 25 | 0 | 4 | 15 | 250 | 50 | 116 |
Binary | 10101111 | 11011101 | 11010100 | 10101 | 0 | 100 | 1101 | 10101000 | 101000 | 1001110 |
Color Harmonies of #AFDDD4
Complementary color
Monochromatic Colors of #AFDDD4
Black with #AFDDD4
Text Example
Text Example
White with #AFDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDD4; }
p { color: rgb(175,221,212); }
H1.HeaderClassName
{
color: #AFDDD4;
}
.AnyTagClassName
{
color: #AFDDD4;
}
</style>
background-color css
<style>
a { background-color: #AFDDD4; }
a { background-color: rgb(175,221,212); }
div.DivClassName
{
background-color: #AFDDD4;
}
.BgClassName
{
background-color: #AFDDD4;
}
</style>
border-color css
<style>
span { border-color: #AFDDD4; }
span { border-color: rgb(175,221,212); }
td.TdClassName
{
border-color: #AFDDD4;
}
.TagClassName
{
border-color: #AFDDD4;
}
</style>