Shades of French Pass #AECCDD
Tints of French Pass #AECCDD
RGB
CMYK
RGB Variations
Color information
#AECCDD (or 0xAECCDD) is known color: French Pass. HEX triplet: AE, CC and DD. RGB value is (174,204,221). Sum of RGB (Red+Green+Blue) = 174+204+221=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 204 (80.08% from 255 or 34.06% 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 #AECCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCDD is #513322. Grayscale: #C4C4C4. Windows color (decimal): -5321507 or 14535854. OLE color: 14535854.
HSL color Cylindrical-coordinate representation of color #AECCDD: hue angle of 201.7º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AECCDD is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 204 | 221 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.13 |
| HSL | 201.7º | 0.41% | 0.77% | - |
| HSV(B) | 201.7º | 0.21% | 0.87% | - |
| XYZ | 52.1 | 57.4 | 76.74 | - |
| YUV | 196.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 221 | 0.21 | 0.08 | 0 | 0.13 | 201.7 | 0.41 | 0.77 |
| Hex | AE | CC | DD | 15 | 8 | 0 | D | CA | 29 | 4D |
| Octal | 256 | 314 | 335 | 25 | 10 | 0 | 15 | 312 | 51 | 115 |
| Binary | 10101110 | 11001100 | 11011101 | 10101 | 1000 | 0 | 1101 | 11001010 | 101001 | 1001101 |
Color Harmonies of #AECCDD
Complementary color
Monochromatic Colors of #AECCDD
Black with #AECCDD
Text Example
Text Example
White with #AECCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCDD; }
p { color: rgb(174,204,221); }
H1.HeaderClassName
{
color: #AECCDD;
}
.AnyTagClassName
{
color: #AECCDD;
}
</style>
background-color css
<style>
a { background-color: #AECCDD; }
a { background-color: rgb(174,204,221); }
div.DivClassName
{
background-color: #AECCDD;
}
.BgClassName
{
background-color: #AECCDD;
}
</style>
border-color css
<style>
span { border-color: #AECCDD; }
span { border-color: rgb(174,204,221); }
td.TdClassName
{
border-color: #AECCDD;
}
.TagClassName
{
border-color: #AECCDD;
}
</style>