Shades of French Pass #A6CDDC
Tints of French Pass #A6CDDC
RGB
CMYK
RGB Variations
Color information
#A6CDDC (or 0xA6CDDC) is known color: French Pass. HEX triplet: A6, CD and DC. RGB value is (166,205,220). Sum of RGB (Red+Green+Blue) = 166+205+220=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDDC is #593223. Grayscale: #C2C2C2. Windows color (decimal): -5845540 or 14470566. OLE color: 14470566.
HSL color Cylindrical-coordinate representation of color #A6CDDC: hue angle of 196.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6CDDC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 205 | 220 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.14 |
| HSL | 196.67º | 0.44% | 0.76% | - |
| HSV(B) | 196.67º | 0.25% | 0.86% | - |
| XYZ | 50.48 | 56.94 | 76.04 | - |
| YUV | 195.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 220 | 0.25 | 0.07 | 0 | 0.14 | 196.67 | 0.44 | 0.76 |
| Hex | A6 | CD | DC | 19 | 7 | 0 | E | C5 | 2C | 4C |
| Octal | 246 | 315 | 334 | 31 | 7 | 0 | 16 | 305 | 54 | 114 |
| Binary | 10100110 | 11001101 | 11011100 | 11001 | 111 | 0 | 1110 | 11000101 | 101100 | 1001100 |
Color Harmonies of #A6CDDC
Complementary color
Monochromatic Colors of #A6CDDC
Black with #A6CDDC
Text Example
Text Example
White with #A6CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDDC; }
p { color: rgb(166,205,220); }
H1.HeaderClassName
{
color: #A6CDDC;
}
.AnyTagClassName
{
color: #A6CDDC;
}
</style>
background-color css
<style>
a { background-color: #A6CDDC; }
a { background-color: rgb(166,205,220); }
div.DivClassName
{
background-color: #A6CDDC;
}
.BgClassName
{
background-color: #A6CDDC;
}
</style>
border-color css
<style>
span { border-color: #A6CDDC; }
span { border-color: rgb(166,205,220); }
td.TdClassName
{
border-color: #A6CDDC;
}
.TagClassName
{
border-color: #A6CDDC;
}
</style>