#ADCFDC

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

Shades of French Pass #ADCFDC

Tints of French Pass #ADCFDC

Color information

#ADCFDC (or 0xADCFDC) is unknown color: approx French Pass. HEX triplet: AD, CF and DC. RGB value is (173,207,220). Sum of RGB (Red+Green+Blue) = 173+207+220=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADCFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFDC is #523023. Grayscale: #C6C6C6. Windows color (decimal): -5386276 or 14471085. OLE color: 14471085.

HSL color Cylindrical-coordinate representation of color #ADCFDC: hue angle of 196.6º 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 #ADCFDC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173207220-
CMYK0.210.0600.14
HSL196.6º40.17%77.06%-
HSV(B)196.6º21.36%86.27%-
XYZ52.4658.6876.27-
YUV198.32140.24109.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=28.83%
G=34.5%
B=36.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732072200.210.0600.14196.640.1777.06
HexADCFDC1560Ec5284d
Octal25531733425601630550115
Binary1010110111001111110111001010111001110110001011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFDC; }

 p { color: rgb(173,207,220); }

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

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

 a { background-color: rgb(173,207,220); }

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

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

 span { border-color: rgb(173,207,220); }

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