Shades of French Pass #AFCDDB
Tints of French Pass #AFCDDB
RGB
CMYK
RGB Variations
Color information
#AFCDDB (or 0xAFCDDB) is known color: French Pass. HEX triplet: AF, CD and DB. RGB value is (175,205,219). Sum of RGB (Red+Green+Blue) = 175+205+219=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDDB is #503224. Grayscale: #C5C5C5. Windows color (decimal): -5255717 or 14405039. OLE color: 14405039.
HSL color Cylindrical-coordinate representation of color #AFCDDB: hue angle of 199.09º degrees, saturation: 0.38, 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 #AFCDDB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 205 | 219 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.14 |
| HSL | 199.09º | 0.38% | 0.77% | - |
| HSV(B) | 199.09º | 0.2% | 0.86% | - |
| XYZ | 52.3 | 57.89 | 75.44 | - |
| YUV | 197.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 219 | 0.20 | 0.06 | 0 | 0.14 | 199.09 | 0.38 | 0.77 |
| Hex | AF | CD | DB | 14 | 6 | 0 | E | C7 | 26 | 4D |
| Octal | 257 | 315 | 333 | 24 | 6 | 0 | 16 | 307 | 46 | 115 |
| Binary | 10101111 | 11001101 | 11011011 | 10100 | 110 | 0 | 1110 | 11000111 | 100110 | 1001101 |
Color Harmonies of #AFCDDB
Complementary color
Monochromatic Colors of #AFCDDB
Black with #AFCDDB
Text Example
Text Example
White with #AFCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDDB; }
p { color: rgb(175,205,219); }
H1.HeaderClassName
{
color: #AFCDDB;
}
.AnyTagClassName
{
color: #AFCDDB;
}
</style>
background-color css
<style>
a { background-color: #AFCDDB; }
a { background-color: rgb(175,205,219); }
div.DivClassName
{
background-color: #AFCDDB;
}
.BgClassName
{
background-color: #AFCDDB;
}
</style>
border-color css
<style>
span { border-color: #AFCDDB; }
span { border-color: rgb(175,205,219); }
td.TdClassName
{
border-color: #AFCDDB;
}
.TagClassName
{
border-color: #AFCDDB;
}
</style>