Shades of French Pass #AECCDB
Tints of French Pass #AECCDB
RGB
CMYK
RGB Variations
Color information
#AECCDB (or 0xAECCDB) is known color: French Pass. HEX triplet: AE, CC and DB. RGB value is (174,204,219). Sum of RGB (Red+Green+Blue) = 174+204+219=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #AECCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCDB is #513324. Grayscale: #C4C4C4. Windows color (decimal): -5321509 or 14404782. OLE color: 14404782.
HSL color Cylindrical-coordinate representation of color #AECCDB: hue angle of 200º 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 #AECCDB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 204 | 219 | - |
CMYK | 0.21 | 0.07 | 0 | 0.14 |
HSL | 200º | 0.38% | 0.77% | - |
HSV(B) | 200º | 0.21% | 0.86% | - |
XYZ | 51.83 | 57.3 | 75.35 | - |
YUV | 196.74 | 140.56 | 111.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 204 | 219 | 0.21 | 0.07 | 0 | 0.14 | 200 | 0.38 | 0.77 |
Hex | AE | CC | DB | 15 | 7 | 0 | E | C8 | 26 | 4D |
Octal | 256 | 314 | 333 | 25 | 7 | 0 | 16 | 310 | 46 | 115 |
Binary | 10101110 | 11001100 | 11011011 | 10101 | 111 | 0 | 1110 | 11001000 | 100110 | 1001101 |
Color Harmonies of #AECCDB
Complementary color
Monochromatic Colors of #AECCDB
Black with #AECCDB
Text Example
Text Example
White with #AECCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCDB; }
p { color: rgb(174,204,219); }
H1.HeaderClassName
{
color: #AECCDB;
}
.AnyTagClassName
{
color: #AECCDB;
}
</style>
background-color css
<style>
a { background-color: #AECCDB; }
a { background-color: rgb(174,204,219); }
div.DivClassName
{
background-color: #AECCDB;
}
.BgClassName
{
background-color: #AECCDB;
}
</style>
border-color css
<style>
span { border-color: #AECCDB; }
span { border-color: rgb(174,204,219); }
td.TdClassName
{
border-color: #AECCDB;
}
.TagClassName
{
border-color: #AECCDB;
}
</style>