Shades of French Pass #ACCFDB
Tints of French Pass #ACCFDB
RGB
CMYK
RGB Variations
Color information
#ACCFDB (or 0xACCFDB) is known color: French Pass. HEX triplet: AC, CF and DB. RGB value is (172,207,219). Sum of RGB (Red+Green+Blue) = 172+207+219=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 207 (81.25% from 255 or 34.62% 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 #ACCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFDB is #533024. Grayscale: #C5C5C5. Windows color (decimal): -5451813 or 14405548. OLE color: 14405548.
HSL color Cylindrical-coordinate representation of color #ACCFDB: hue angle of 195.32º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCFDB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 207 | 219 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.14 |
| HSL | 195.32º | 0.39% | 0.77% | - |
| HSV(B) | 195.32º | 0.21% | 0.86% | - |
| XYZ | 52.11 | 58.51 | 75.56 | - |
| YUV | 197.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 219 | 0.21 | 0.05 | 0 | 0.14 | 195.32 | 0.39 | 0.77 |
| Hex | AC | CF | DB | 15 | 5 | 0 | E | C3 | 27 | 4D |
| Octal | 254 | 317 | 333 | 25 | 5 | 0 | 16 | 303 | 47 | 115 |
| Binary | 10101100 | 11001111 | 11011011 | 10101 | 101 | 0 | 1110 | 11000011 | 100111 | 1001101 |
Color Harmonies of #ACCFDB
Complementary color
Monochromatic Colors of #ACCFDB
Black with #ACCFDB
Text Example
Text Example
White with #ACCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFDB; }
p { color: rgb(172,207,219); }
H1.HeaderClassName
{
color: #ACCFDB;
}
.AnyTagClassName
{
color: #ACCFDB;
}
</style>
background-color css
<style>
a { background-color: #ACCFDB; }
a { background-color: rgb(172,207,219); }
div.DivClassName
{
background-color: #ACCFDB;
}
.BgClassName
{
background-color: #ACCFDB;
}
</style>
border-color css
<style>
span { border-color: #ACCFDB; }
span { border-color: rgb(172,207,219); }
td.TdClassName
{
border-color: #ACCFDB;
}
.TagClassName
{
border-color: #ACCFDB;
}
</style>