Shades of French Pass #AFCCDB
Tints of French Pass #AFCCDB
RGB
CMYK
RGB Variations
Color information
#AFCCDB (or 0xAFCCDB) is known color: French Pass. HEX triplet: AF, CC and DB. RGB value is (175,204,219). Sum of RGB (Red+Green+Blue) = 175+204+219=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCDB is #503324. Grayscale: #C4C4C4. Windows color (decimal): -5255973 or 14404783. OLE color: 14404783.
HSL color Cylindrical-coordinate representation of color #AFCCDB: hue angle of 200.45º 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 #AFCCDB is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 204 | 219 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.14 |
| HSL | 200.45º | 0.38% | 0.77% | - |
| HSV(B) | 200.45º | 0.2% | 0.86% | - |
| XYZ | 52.06 | 57.41 | 75.36 | - |
| YUV | 197.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 219 | 0.20 | 0.07 | 0 | 0.14 | 200.45 | 0.38 | 0.77 |
| Hex | AF | CC | DB | 14 | 7 | 0 | E | C8 | 26 | 4D |
| Octal | 257 | 314 | 333 | 24 | 7 | 0 | 16 | 310 | 46 | 115 |
| Binary | 10101111 | 11001100 | 11011011 | 10100 | 111 | 0 | 1110 | 11001000 | 100110 | 1001101 |
Color Harmonies of #AFCCDB
Complementary color
Monochromatic Colors of #AFCCDB
Black with #AFCCDB
Text Example
Text Example
White with #AFCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCDB; }
p { color: rgb(175,204,219); }
H1.HeaderClassName
{
color: #AFCCDB;
}
.AnyTagClassName
{
color: #AFCCDB;
}
</style>
background-color css
<style>
a { background-color: #AFCCDB; }
a { background-color: rgb(175,204,219); }
div.DivClassName
{
background-color: #AFCCDB;
}
.BgClassName
{
background-color: #AFCCDB;
}
</style>
border-color css
<style>
span { border-color: #AFCCDB; }
span { border-color: rgb(175,204,219); }
td.TdClassName
{
border-color: #AFCCDB;
}
.TagClassName
{
border-color: #AFCCDB;
}
</style>