Shades of French Pass #AFD2D9
Tints of French Pass #AFD2D9
RGB
CMYK
RGB Variations
Color information
#AFD2D9 (or 0xAFD2D9) is known color: French Pass. HEX triplet: AF, D2 and D9. RGB value is (175,210,217). Sum of RGB (Red+Green+Blue) = 175+210+217=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFD2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2D9 is #502D26. Grayscale: #C8C8C8. Windows color (decimal): -5254439 or 14275247. OLE color: 14275247.
HSL color Cylindrical-coordinate representation of color #AFD2D9: hue angle of 190º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD2D9 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 210 | 217 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.15 |
| HSL | 190º | 0.36% | 0.77% | - |
| HSV(B) | 190º | 0.19% | 0.85% | - |
| XYZ | 53.25 | 60.22 | 74.46 | - |
| YUV | 200.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 217 | 0.19 | 0.03 | 0 | 0.15 | 190 | 0.36 | 0.77 |
| Hex | AF | D2 | D9 | 13 | 3 | 0 | F | BE | 24 | 4D |
| Octal | 257 | 322 | 331 | 23 | 3 | 0 | 17 | 276 | 44 | 115 |
| Binary | 10101111 | 11010010 | 11011001 | 10011 | 11 | 0 | 1111 | 10111110 | 100100 | 1001101 |
Color Harmonies of #AFD2D9
Complementary color
Monochromatic Colors of #AFD2D9
Black with #AFD2D9
Text Example
Text Example
White with #AFD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD2D9; }
p { color: rgb(175,210,217); }
H1.HeaderClassName
{
color: #AFD2D9;
}
.AnyTagClassName
{
color: #AFD2D9;
}
</style>
background-color css
<style>
a { background-color: #AFD2D9; }
a { background-color: rgb(175,210,217); }
div.DivClassName
{
background-color: #AFD2D9;
}
.BgClassName
{
background-color: #AFD2D9;
}
</style>
border-color css
<style>
span { border-color: #AFD2D9; }
span { border-color: rgb(175,210,217); }
td.TdClassName
{
border-color: #AFD2D9;
}
.TagClassName
{
border-color: #AFD2D9;
}
</style>