Shades of French Pass #AFCDDE
Tints of French Pass #AFCDDE
RGB
CMYK
RGB Variations
Color information
#AFCDDE (or 0xAFCDDE) is known color: French Pass. HEX triplet: AF, CD and DE. RGB value is (175,205,222). Sum of RGB (Red+Green+Blue) = 175+205+222=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDDE is #503221. Grayscale: #C5C5C5. Windows color (decimal): -5255714 or 14601647. OLE color: 14601647.
HSL color Cylindrical-coordinate representation of color #AFCDDE: hue angle of 201.7º degrees, saturation: 0.42, 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 #AFCDDE is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 205 | 222 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.13 |
| HSL | 201.7º | 0.42% | 0.78% | - |
| HSV(B) | 201.7º | 0.21% | 0.87% | - |
| XYZ | 52.7 | 58.05 | 77.53 | - |
| YUV | 197.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 222 | 0.21 | 0.08 | 0 | 0.13 | 201.7 | 0.42 | 0.78 |
| Hex | AF | CD | DE | 15 | 8 | 0 | D | CA | 2A | 4E |
| Octal | 257 | 315 | 336 | 25 | 10 | 0 | 15 | 312 | 52 | 116 |
| Binary | 10101111 | 11001101 | 11011110 | 10101 | 1000 | 0 | 1101 | 11001010 | 101010 | 1001110 |
Color Harmonies of #AFCDDE
Complementary color
Monochromatic Colors of #AFCDDE
Black with #AFCDDE
Text Example
Text Example
White with #AFCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDDE; }
p { color: rgb(175,205,222); }
H1.HeaderClassName
{
color: #AFCDDE;
}
.AnyTagClassName
{
color: #AFCDDE;
}
</style>
background-color css
<style>
a { background-color: #AFCDDE; }
a { background-color: rgb(175,205,222); }
div.DivClassName
{
background-color: #AFCDDE;
}
.BgClassName
{
background-color: #AFCDDE;
}
</style>
border-color css
<style>
span { border-color: #AFCDDE; }
span { border-color: rgb(175,205,222); }
td.TdClassName
{
border-color: #AFCDDE;
}
.TagClassName
{
border-color: #AFCDDE;
}
</style>