Shades of French Pass #AFD1DC
Tints of French Pass #AFD1DC
RGB
CMYK
RGB Variations
Color information
#AFD1DC (or 0xAFD1DC) is known color: French Pass. HEX triplet: AF, D1 and DC. RGB value is (175,209,220). Sum of RGB (Red+Green+Blue) = 175+209+220=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFD1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1DC is #502E23. Grayscale: #C8C8C8. Windows color (decimal): -5254692 or 14471599. OLE color: 14471599.
HSL color Cylindrical-coordinate representation of color #AFD1DC: hue angle of 194.67º degrees, saturation: 0.39, 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 #AFD1DC is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 209 | 220 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.14 |
| HSL | 194.67º | 0.39% | 0.77% | - |
| HSV(B) | 194.67º | 0.2% | 0.86% | - |
| XYZ | 53.4 | 59.88 | 76.45 | - |
| YUV | 200.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 209 | 220 | 0.20 | 0.05 | 0 | 0.14 | 194.67 | 0.39 | 0.77 |
| Hex | AF | D1 | DC | 14 | 5 | 0 | E | C3 | 27 | 4D |
| Octal | 257 | 321 | 334 | 24 | 5 | 0 | 16 | 303 | 47 | 115 |
| Binary | 10101111 | 11010001 | 11011100 | 10100 | 101 | 0 | 1110 | 11000011 | 100111 | 1001101 |
Color Harmonies of #AFD1DC
Complementary color
Monochromatic Colors of #AFD1DC
Black with #AFD1DC
Text Example
Text Example
White with #AFD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD1DC; }
p { color: rgb(175,209,220); }
H1.HeaderClassName
{
color: #AFD1DC;
}
.AnyTagClassName
{
color: #AFD1DC;
}
</style>
background-color css
<style>
a { background-color: #AFD1DC; }
a { background-color: rgb(175,209,220); }
div.DivClassName
{
background-color: #AFD1DC;
}
.BgClassName
{
background-color: #AFD1DC;
}
</style>
border-color css
<style>
span { border-color: #AFD1DC; }
span { border-color: rgb(175,209,220); }
td.TdClassName
{
border-color: #AFD1DC;
}
.TagClassName
{
border-color: #AFD1DC;
}
</style>