Shades of French Pass #ADCCDD
Tints of French Pass #ADCCDD
RGB
CMYK
RGB Variations
Color information
#ADCCDD (or 0xADCCDD) is known color: French Pass. HEX triplet: AD, CC and DD. RGB value is (173,204,221). Sum of RGB (Red+Green+Blue) = 173+204+221=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCDD is #523322. Grayscale: #C4C4C4. Windows color (decimal): -5387043 or 14535853. OLE color: 14535853.
HSL color Cylindrical-coordinate representation of color #ADCCDD: hue angle of 201.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCCDD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 204 | 221 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.13 |
| HSL | 201.25º | 0.41% | 0.77% | - |
| HSV(B) | 201.25º | 0.22% | 0.87% | - |
| XYZ | 51.88 | 57.29 | 76.73 | - |
| YUV | 196.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 221 | 0.22 | 0.08 | 0 | 0.13 | 201.25 | 0.41 | 0.77 |
| Hex | AD | CC | DD | 16 | 8 | 0 | D | C9 | 29 | 4D |
| Octal | 255 | 314 | 335 | 26 | 10 | 0 | 15 | 311 | 51 | 115 |
| Binary | 10101101 | 11001100 | 11011101 | 10110 | 1000 | 0 | 1101 | 11001001 | 101001 | 1001101 |
Color Harmonies of #ADCCDD
Complementary color
Monochromatic Colors of #ADCCDD
Black with #ADCCDD
Text Example
Text Example
White with #ADCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCDD; }
p { color: rgb(173,204,221); }
H1.HeaderClassName
{
color: #ADCCDD;
}
.AnyTagClassName
{
color: #ADCCDD;
}
</style>
background-color css
<style>
a { background-color: #ADCCDD; }
a { background-color: rgb(173,204,221); }
div.DivClassName
{
background-color: #ADCCDD;
}
.BgClassName
{
background-color: #ADCCDD;
}
</style>
border-color css
<style>
span { border-color: #ADCCDD; }
span { border-color: rgb(173,204,221); }
td.TdClassName
{
border-color: #ADCCDD;
}
.TagClassName
{
border-color: #ADCCDD;
}
</style>