Shades of French Pass #A5CDDE
Tints of French Pass #A5CDDE
RGB
CMYK
RGB Variations
Color information
#A5CDDE (or 0xA5CDDE) is known color: French Pass. HEX triplet: A5, CD and DE. RGB value is (165,205,222). Sum of RGB (Red+Green+Blue) = 165+205+222=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDDE is #5A3221. Grayscale: #C2C2C2. Windows color (decimal): -5911074 or 14601637. OLE color: 14601637.
HSL color Cylindrical-coordinate representation of color #A5CDDE: hue angle of 197.89º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5CDDE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 205 | 222 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.13 |
| HSL | 197.89º | 0.46% | 0.76% | - |
| HSV(B) | 197.89º | 0.26% | 0.87% | - |
| XYZ | 50.53 | 56.94 | 77.43 | - |
| YUV | 194.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 222 | 0.26 | 0.08 | 0 | 0.13 | 197.89 | 0.46 | 0.76 |
| Hex | A5 | CD | DE | 1A | 8 | 0 | D | C6 | 2E | 4C |
| Octal | 245 | 315 | 336 | 32 | 10 | 0 | 15 | 306 | 56 | 114 |
| Binary | 10100101 | 11001101 | 11011110 | 11010 | 1000 | 0 | 1101 | 11000110 | 101110 | 1001100 |
Color Harmonies of #A5CDDE
Complementary color
Monochromatic Colors of #A5CDDE
Black with #A5CDDE
Text Example
Text Example
White with #A5CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDDE; }
p { color: rgb(165,205,222); }
H1.HeaderClassName
{
color: #A5CDDE;
}
.AnyTagClassName
{
color: #A5CDDE;
}
</style>
background-color css
<style>
a { background-color: #A5CDDE; }
a { background-color: rgb(165,205,222); }
div.DivClassName
{
background-color: #A5CDDE;
}
.BgClassName
{
background-color: #A5CDDE;
}
</style>
border-color css
<style>
span { border-color: #A5CDDE; }
span { border-color: rgb(165,205,222); }
td.TdClassName
{
border-color: #A5CDDE;
}
.TagClassName
{
border-color: #A5CDDE;
}
</style>