Shades of French Pass #AFCFDD
Tints of French Pass #AFCFDD
RGB
CMYK
RGB Variations
Color information
#AFCFDD (or 0xAFCFDD) is known color: French Pass. HEX triplet: AF, CF and DD. RGB value is (175,207,221). Sum of RGB (Red+Green+Blue) = 175+207+221=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFCFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFDD is #503022. Grayscale: #C6C6C6. Windows color (decimal): -5255203 or 14536623. OLE color: 14536623.
HSL color Cylindrical-coordinate representation of color #AFCFDD: hue angle of 198.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 #AFCFDD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 207 | 221 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.13 |
| HSL | 198.26º | 0.4% | 0.78% | - |
| HSV(B) | 198.26º | 0.21% | 0.87% | - |
| XYZ | 53.04 | 58.96 | 76.99 | - |
| YUV | 199.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 221 | 0.21 | 0.06 | 0 | 0.13 | 198.26 | 0.4 | 0.78 |
| Hex | AF | CF | DD | 15 | 6 | 0 | D | C6 | 28 | 4E |
| Octal | 257 | 317 | 335 | 25 | 6 | 0 | 15 | 306 | 50 | 116 |
| Binary | 10101111 | 11001111 | 11011101 | 10101 | 110 | 0 | 1101 | 11000110 | 101000 | 1001110 |
Color Harmonies of #AFCFDD
Complementary color
Monochromatic Colors of #AFCFDD
Black with #AFCFDD
Text Example
Text Example
White with #AFCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFDD; }
p { color: rgb(175,207,221); }
H1.HeaderClassName
{
color: #AFCFDD;
}
.AnyTagClassName
{
color: #AFCFDD;
}
</style>
background-color css
<style>
a { background-color: #AFCFDD; }
a { background-color: rgb(175,207,221); }
div.DivClassName
{
background-color: #AFCFDD;
}
.BgClassName
{
background-color: #AFCFDD;
}
</style>
border-color css
<style>
span { border-color: #AFCFDD; }
span { border-color: rgb(175,207,221); }
td.TdClassName
{
border-color: #AFCFDD;
}
.TagClassName
{
border-color: #AFCFDD;
}
</style>