Shades of French Pass #AFCEDB
Tints of French Pass #AFCEDB
RGB
CMYK
RGB Variations
Color information
#AFCEDB (or 0xAFCEDB) is known color: French Pass. HEX triplet: AF, CE and DB. RGB value is (175,206,219). Sum of RGB (Red+Green+Blue) = 175+206+219=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEDB is #503124. Grayscale: #C6C6C6. Windows color (decimal): -5255461 or 14405295. OLE color: 14405295.
HSL color Cylindrical-coordinate representation of color #AFCEDB: hue angle of 197.73º 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 #AFCEDB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 206 | 219 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.14 |
| HSL | 197.73º | 0.38% | 0.77% | - |
| HSV(B) | 197.73º | 0.2% | 0.86% | - |
| XYZ | 52.54 | 58.37 | 75.52 | - |
| YUV | 198.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 219 | 0.20 | 0.06 | 0 | 0.14 | 197.73 | 0.38 | 0.77 |
| Hex | AF | CE | DB | 14 | 6 | 0 | E | C6 | 26 | 4D |
| Octal | 257 | 316 | 333 | 24 | 6 | 0 | 16 | 306 | 46 | 115 |
| Binary | 10101111 | 11001110 | 11011011 | 10100 | 110 | 0 | 1110 | 11000110 | 100110 | 1001101 |
Color Harmonies of #AFCEDB
Complementary color
Monochromatic Colors of #AFCEDB
Black with #AFCEDB
Text Example
Text Example
White with #AFCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCEDB; }
p { color: rgb(175,206,219); }
H1.HeaderClassName
{
color: #AFCEDB;
}
.AnyTagClassName
{
color: #AFCEDB;
}
</style>
background-color css
<style>
a { background-color: #AFCEDB; }
a { background-color: rgb(175,206,219); }
div.DivClassName
{
background-color: #AFCEDB;
}
.BgClassName
{
background-color: #AFCEDB;
}
</style>
border-color css
<style>
span { border-color: #AFCEDB; }
span { border-color: rgb(175,206,219); }
td.TdClassName
{
border-color: #AFCEDB;
}
.TagClassName
{
border-color: #AFCEDB;
}
</style>