Shades of French Pass #ADCCDC
Tints of French Pass #ADCCDC
RGB
CMYK
RGB Variations
Color information
#ADCCDC (or 0xADCCDC) is known color: French Pass. HEX triplet: AD, CC and DC. RGB value is (173,204,220). Sum of RGB (Red+Green+Blue) = 173+204+220=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCDC is #523323. Grayscale: #C4C4C4. Windows color (decimal): -5387044 or 14470317. OLE color: 14470317.
HSL color Cylindrical-coordinate representation of color #ADCCDC: hue angle of 200.43º 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 #ADCCDC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 204 | 220 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.14 |
| HSL | 200.43º | 0.4% | 0.77% | - |
| HSV(B) | 200.43º | 0.21% | 0.86% | - |
| XYZ | 51.74 | 57.24 | 76.03 | - |
| YUV | 196.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 220 | 0.21 | 0.07 | 0 | 0.14 | 200.43 | 0.4 | 0.77 |
| Hex | AD | CC | DC | 15 | 7 | 0 | E | C8 | 28 | 4D |
| Octal | 255 | 314 | 334 | 25 | 7 | 0 | 16 | 310 | 50 | 115 |
| Binary | 10101101 | 11001100 | 11011100 | 10101 | 111 | 0 | 1110 | 11001000 | 101000 | 1001101 |
Color Harmonies of #ADCCDC
Complementary color
Monochromatic Colors of #ADCCDC
Black with #ADCCDC
Text Example
Text Example
White with #ADCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCDC; }
p { color: rgb(173,204,220); }
H1.HeaderClassName
{
color: #ADCCDC;
}
.AnyTagClassName
{
color: #ADCCDC;
}
</style>
background-color css
<style>
a { background-color: #ADCCDC; }
a { background-color: rgb(173,204,220); }
div.DivClassName
{
background-color: #ADCCDC;
}
.BgClassName
{
background-color: #ADCCDC;
}
</style>
border-color css
<style>
span { border-color: #ADCCDC; }
span { border-color: rgb(173,204,220); }
td.TdClassName
{
border-color: #ADCCDC;
}
.TagClassName
{
border-color: #ADCCDC;
}
</style>