Shades of French Pass #AECDD7
Tints of French Pass #AECDD7
RGB
CMYK
RGB Variations
Color information
#AECDD7 (or 0xAECDD7) is known color: French Pass. HEX triplet: AE, CD and D7. RGB value is (174,205,215). Sum of RGB (Red+Green+Blue) = 174+205+215=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDD7 is #513228. Grayscale: #C4C4C4. Windows color (decimal): -5321257 or 14142894. OLE color: 14142894.
HSL color Cylindrical-coordinate representation of color #AECDD7: hue angle of 194.63º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECDD7 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 174 | 205 | 215 | - |
CMYK | 0.19 | 0.05 | 0 | 0.16 |
HSL | 194.63º | 0.34% | 0.76% | - |
HSV(B) | 194.63º | 0.19% | 0.84% | - |
XYZ | 51.55 | 57.57 | 72.68 | - |
YUV | 196.87 | 138.23 | 111.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 205 | 215 | 0.19 | 0.05 | 0 | 0.16 | 194.63 | 0.34 | 0.76 |
Hex | AE | CD | D7 | 13 | 5 | 0 | 10 | C3 | 22 | 4C |
Octal | 256 | 315 | 327 | 23 | 5 | 0 | 20 | 303 | 42 | 114 |
Binary | 10101110 | 11001101 | 11010111 | 10011 | 101 | 0 | 10000 | 11000011 | 100010 | 1001100 |
Color Harmonies of #AECDD7
Complementary color
Monochromatic Colors of #AECDD7
Black with #AECDD7
Text Example
Text Example
White with #AECDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDD7; }
p { color: rgb(174,205,215); }
H1.HeaderClassName
{
color: #AECDD7;
}
.AnyTagClassName
{
color: #AECDD7;
}
</style>
background-color css
<style>
a { background-color: #AECDD7; }
a { background-color: rgb(174,205,215); }
div.DivClassName
{
background-color: #AECDD7;
}
.BgClassName
{
background-color: #AECDD7;
}
</style>
border-color css
<style>
span { border-color: #AECDD7; }
span { border-color: rgb(174,205,215); }
td.TdClassName
{
border-color: #AECDD7;
}
.TagClassName
{
border-color: #AECDD7;
}
</style>