Shades of French Pass #ACCEDD
Tints of French Pass #ACCEDD
RGB
CMYK
RGB Variations
Color information
#ACCEDD (or 0xACCEDD) is known color: French Pass. HEX triplet: AC, CE and DD. RGB value is (172,206,221). Sum of RGB (Red+Green+Blue) = 172+206+221=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEDD is #533122. Grayscale: #C5C5C5. Windows color (decimal): -5452067 or 14536364. OLE color: 14536364.
HSL color Cylindrical-coordinate representation of color #ACCEDD: hue angle of 198.37º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACCEDD is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 206 | 221 | - |
CMYK | 0.22 | 0.07 | 0 | 0.13 |
HSL | 198.37º | 0.42% | 0.77% | - |
HSV(B) | 198.37º | 0.22% | 0.87% | - |
XYZ | 52.14 | 58.13 | 76.88 | - |
YUV | 197.54 | 141.24 | 109.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 206 | 221 | 0.22 | 0.07 | 0 | 0.13 | 198.37 | 0.42 | 0.77 |
Hex | AC | CE | DD | 16 | 7 | 0 | D | C6 | 2A | 4D |
Octal | 254 | 316 | 335 | 26 | 7 | 0 | 15 | 306 | 52 | 115 |
Binary | 10101100 | 11001110 | 11011101 | 10110 | 111 | 0 | 1101 | 11000110 | 101010 | 1001101 |
Color Harmonies of #ACCEDD
Complementary color
Monochromatic Colors of #ACCEDD
Black with #ACCEDD
Text Example
Text Example
White with #ACCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEDD; }
p { color: rgb(172,206,221); }
H1.HeaderClassName
{
color: #ACCEDD;
}
.AnyTagClassName
{
color: #ACCEDD;
}
</style>
background-color css
<style>
a { background-color: #ACCEDD; }
a { background-color: rgb(172,206,221); }
div.DivClassName
{
background-color: #ACCEDD;
}
.BgClassName
{
background-color: #ACCEDD;
}
</style>
border-color css
<style>
span { border-color: #ACCEDD; }
span { border-color: rgb(172,206,221); }
td.TdClassName
{
border-color: #ACCEDD;
}
.TagClassName
{
border-color: #ACCEDD;
}
</style>