Shades of French Pass #AFCDDD
Tints of French Pass #AFCDDD
RGB
CMYK
RGB Variations
Color information
#AFCDDD (or 0xAFCDDD) is known color: French Pass. HEX triplet: AF, CD and DD. RGB value is (175,205,221). Sum of RGB (Red+Green+Blue) = 175+205+221=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDDD is #503222. Grayscale: #C5C5C5. Windows color (decimal): -5255715 or 14536111. OLE color: 14536111.
HSL color Cylindrical-coordinate representation of color #AFCDDD: hue angle of 200.87º 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 #AFCDDD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 205 | 221 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.13 |
| HSL | 200.87º | 0.4% | 0.78% | - |
| HSV(B) | 200.87º | 0.21% | 0.87% | - |
| XYZ | 52.56 | 58 | 76.83 | - |
| YUV | 197.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 221 | 0.21 | 0.07 | 0 | 0.13 | 200.87 | 0.4 | 0.78 |
| Hex | AF | CD | DD | 15 | 7 | 0 | D | C9 | 28 | 4E |
| Octal | 257 | 315 | 335 | 25 | 7 | 0 | 15 | 311 | 50 | 116 |
| Binary | 10101111 | 11001101 | 11011101 | 10101 | 111 | 0 | 1101 | 11001001 | 101000 | 1001110 |
Color Harmonies of #AFCDDD
Complementary color
Monochromatic Colors of #AFCDDD
Black with #AFCDDD
Text Example
Text Example
White with #AFCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDDD; }
p { color: rgb(175,205,221); }
H1.HeaderClassName
{
color: #AFCDDD;
}
.AnyTagClassName
{
color: #AFCDDD;
}
</style>
background-color css
<style>
a { background-color: #AFCDDD; }
a { background-color: rgb(175,205,221); }
div.DivClassName
{
background-color: #AFCDDD;
}
.BgClassName
{
background-color: #AFCDDD;
}
</style>
border-color css
<style>
span { border-color: #AFCDDD; }
span { border-color: rgb(175,205,221); }
td.TdClassName
{
border-color: #AFCDDD;
}
.TagClassName
{
border-color: #AFCDDD;
}
</style>