Shades of French Pass #ADCDDC
Tints of French Pass #ADCDDC
RGB
CMYK
RGB Variations
Color information
#ADCDDC (or 0xADCDDC) is known color: French Pass. HEX triplet: AD, CD and DC. RGB value is (173,205,220). Sum of RGB (Red+Green+Blue) = 173+205+220=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADCDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDDC is #523223. Grayscale: #C5C5C5. Windows color (decimal): -5386788 or 14470573. OLE color: 14470573.
HSL color Cylindrical-coordinate representation of color #ADCDDC: hue angle of 199.15º degrees, saturation: 0.4, 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 #ADCDDC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 205 | 220 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.14 |
| HSL | 199.15º | 0.4% | 0.77% | - |
| HSV(B) | 199.15º | 0.21% | 0.86% | - |
| XYZ | 51.98 | 57.71 | 76.11 | - |
| YUV | 197.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 220 | 0.21 | 0.07 | 0 | 0.14 | 199.15 | 0.4 | 0.77 |
| Hex | AD | CD | DC | 15 | 7 | 0 | E | C7 | 28 | 4D |
| Octal | 255 | 315 | 334 | 25 | 7 | 0 | 16 | 307 | 50 | 115 |
| Binary | 10101101 | 11001101 | 11011100 | 10101 | 111 | 0 | 1110 | 11000111 | 101000 | 1001101 |
Color Harmonies of #ADCDDC
Complementary color
Monochromatic Colors of #ADCDDC
Black with #ADCDDC
Text Example
Text Example
White with #ADCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDDC; }
p { color: rgb(173,205,220); }
H1.HeaderClassName
{
color: #ADCDDC;
}
.AnyTagClassName
{
color: #ADCDDC;
}
</style>
background-color css
<style>
a { background-color: #ADCDDC; }
a { background-color: rgb(173,205,220); }
div.DivClassName
{
background-color: #ADCDDC;
}
.BgClassName
{
background-color: #ADCDDC;
}
</style>
border-color css
<style>
span { border-color: #ADCDDC; }
span { border-color: rgb(173,205,220); }
td.TdClassName
{
border-color: #ADCDDC;
}
.TagClassName
{
border-color: #ADCDDC;
}
</style>