Shades of French Pass #ACCEDA
Tints of French Pass #ACCEDA
RGB
CMYK
RGB Variations
Color information
#ACCEDA (or 0xACCEDA) is known color: French Pass. HEX triplet: AC, CE and DA. RGB value is (172,206,218). Sum of RGB (Red+Green+Blue) = 172+206+218=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACCEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEDA is #533125. Grayscale: #C5C5C5. Windows color (decimal): -5452070 or 14339756. OLE color: 14339756.
HSL color Cylindrical-coordinate representation of color #ACCEDA: hue angle of 195.65º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCEDA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 206 | 218 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.15 |
| HSL | 195.65º | 0.38% | 0.76% | - |
| HSV(B) | 195.65º | 0.21% | 0.85% | - |
| XYZ | 51.74 | 57.98 | 74.79 | - |
| YUV | 197.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 218 | 0.21 | 0.06 | 0 | 0.15 | 195.65 | 0.38 | 0.76 |
| Hex | AC | CE | DA | 15 | 6 | 0 | F | C4 | 26 | 4C |
| Octal | 254 | 316 | 332 | 25 | 6 | 0 | 17 | 304 | 46 | 114 |
| Binary | 10101100 | 11001110 | 11011010 | 10101 | 110 | 0 | 1111 | 11000100 | 100110 | 1001100 |
Color Harmonies of #ACCEDA
Complementary color
Monochromatic Colors of #ACCEDA
Black with #ACCEDA
Text Example
Text Example
White with #ACCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEDA; }
p { color: rgb(172,206,218); }
H1.HeaderClassName
{
color: #ACCEDA;
}
.AnyTagClassName
{
color: #ACCEDA;
}
</style>
background-color css
<style>
a { background-color: #ACCEDA; }
a { background-color: rgb(172,206,218); }
div.DivClassName
{
background-color: #ACCEDA;
}
.BgClassName
{
background-color: #ACCEDA;
}
</style>
border-color css
<style>
span { border-color: #ACCEDA; }
span { border-color: rgb(172,206,218); }
td.TdClassName
{
border-color: #ACCEDA;
}
.TagClassName
{
border-color: #ACCEDA;
}
</style>