#ADCCD9

Color #ADCCD9 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #ADCCD9

Tints of French Pass #ADCCD9

Color information

#ADCCD9 (or 0xADCCD9) is unknown color: approx French Pass. HEX triplet: AD, CC and D9. RGB value is (173,204,217). Sum of RGB (Red+Green+Blue) = 173+204+217=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADCCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCD9 is #523326. Grayscale: #C4C4C4. Windows color (decimal): -5387047 or 14273709. OLE color: 14273709.

HSL color Cylindrical-coordinate representation of color #ADCCD9: hue angle of 197.73º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCCD9 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173204217-
CMYK0.200.0600.15
HSL197.73º36.67%76.47%-
HSV(B)197.73º20.28%85.1%-
XYZ51.3557.0873.96-
YUV196.21139.73111.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 217 (85.16% from 255) = 36.53%
R=29.12%
G=34.34%
B=36.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732042170.200.0600.15197.7336.6776.47
HexADCCD91460Fc6254c
Octal25531433124601730645114
Binary1010110111001100110110011010011001111110001101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCD9; }

 p { color: rgb(173,204,217); }

 H1.HeaderClassName
 {
   color: #ADCCD9;
 }
 .AnyTagClassName
 {
   color: #ADCCD9;
 }
</style>
background-color css

<style>
 a { background-color: #ADCCD9; }

 a { background-color: rgb(173,204,217); }

 div.DivClassName
 {
   background-color: #ADCCD9;
 }
 .BgClassName
 {
   background-color: #ADCCD9;
 }
</style>
border-color css

<style>
 span { border-color: #ADCCD9; }

 span { border-color: rgb(173,204,217); }

 td.TdClassName
 {
   border-color: #ADCCD9;
 }
 .TagClassName
 {
   border-color: #ADCCD9;
 }
</style>