Shades of French Pass #AFCDDA
Tints of French Pass #AFCDDA
RGB
CMYK
RGB Variations
Color information
#AFCDDA (or 0xAFCDDA) is known color: French Pass. HEX triplet: AF, CD and DA. RGB value is (175,205,218). Sum of RGB (Red+Green+Blue) = 175+205+218=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFCDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDDA is #503225. Grayscale: #C5C5C5. Windows color (decimal): -5255718 or 14339503. OLE color: 14339503.
HSL color Cylindrical-coordinate representation of color #AFCDDA: hue angle of 198.14º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFCDDA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 205 | 218 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.15 |
| HSL | 198.14º | 0.37% | 0.77% | - |
| HSV(B) | 198.14º | 0.2% | 0.85% | - |
| XYZ | 52.17 | 57.84 | 74.74 | - |
| YUV | 197.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 218 | 0.20 | 0.06 | 0 | 0.15 | 198.14 | 0.37 | 0.77 |
| Hex | AF | CD | DA | 14 | 6 | 0 | F | C6 | 25 | 4D |
| Octal | 257 | 315 | 332 | 24 | 6 | 0 | 17 | 306 | 45 | 115 |
| Binary | 10101111 | 11001101 | 11011010 | 10100 | 110 | 0 | 1111 | 11000110 | 100101 | 1001101 |
Color Harmonies of #AFCDDA
Complementary color
Monochromatic Colors of #AFCDDA
Black with #AFCDDA
Text Example
Text Example
White with #AFCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDDA; }
p { color: rgb(175,205,218); }
H1.HeaderClassName
{
color: #AFCDDA;
}
.AnyTagClassName
{
color: #AFCDDA;
}
</style>
background-color css
<style>
a { background-color: #AFCDDA; }
a { background-color: rgb(175,205,218); }
div.DivClassName
{
background-color: #AFCDDA;
}
.BgClassName
{
background-color: #AFCDDA;
}
</style>
border-color css
<style>
span { border-color: #AFCDDA; }
span { border-color: rgb(175,205,218); }
td.TdClassName
{
border-color: #AFCDDA;
}
.TagClassName
{
border-color: #AFCDDA;
}
</style>