Shades of French Pass #AECDDB
Tints of French Pass #AECDDB
RGB
CMYK
RGB Variations
Color information
#AECDDB (or 0xAECDDB) is known color: French Pass. HEX triplet: AE, CD and DB. RGB value is (174,205,219). Sum of RGB (Red+Green+Blue) = 174+205+219=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 205 (80.47% from 255 or 34.28% 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 #AECDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDDB is #513224. Grayscale: #C5C5C5. Windows color (decimal): -5321253 or 14405038. OLE color: 14405038.
HSL color Cylindrical-coordinate representation of color #AECDDB: hue angle of 198.67º degrees, saturation: 0.38, 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 #AECDDB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 205 | 219 | - |
CMYK | 0.21 | 0.06 | 0 | 0.14 |
HSL | 198.67º | 0.38% | 0.77% | - |
HSV(B) | 198.67º | 0.21% | 0.86% | - |
XYZ | 52.07 | 57.78 | 75.43 | - |
YUV | 197.33 | 140.23 | 111.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 205 | 219 | 0.21 | 0.06 | 0 | 0.14 | 198.67 | 0.38 | 0.77 |
Hex | AE | CD | DB | 15 | 6 | 0 | E | C7 | 26 | 4D |
Octal | 256 | 315 | 333 | 25 | 6 | 0 | 16 | 307 | 46 | 115 |
Binary | 10101110 | 11001101 | 11011011 | 10101 | 110 | 0 | 1110 | 11000111 | 100110 | 1001101 |
Color Harmonies of #AECDDB
Complementary color
Monochromatic Colors of #AECDDB
Black with #AECDDB
Text Example
Text Example
White with #AECDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDDB; }
p { color: rgb(174,205,219); }
H1.HeaderClassName
{
color: #AECDDB;
}
.AnyTagClassName
{
color: #AECDDB;
}
</style>
background-color css
<style>
a { background-color: #AECDDB; }
a { background-color: rgb(174,205,219); }
div.DivClassName
{
background-color: #AECDDB;
}
.BgClassName
{
background-color: #AECDDB;
}
</style>
border-color css
<style>
span { border-color: #AECDDB; }
span { border-color: rgb(174,205,219); }
td.TdClassName
{
border-color: #AECDDB;
}
.TagClassName
{
border-color: #AECDDB;
}
</style>